From 4d7c3d1c1cd88396ff19e9f808d9a2394d54575d Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 7 Jul 2004 06:17:28 +0000 Subject: * k5-thread.h [! HAVE_PTHREAD_H]: Don't explicitly disable thread support when pthread.h is missing. (k5_os_mutex, K5_OS_MUTEX_PARTIAL_INITIALIZER, k5_os_mutex_finish_init, k5_os_mutex_init, k5_os_mutex_destroy, k5_os_mutex_lock, k5_os_mutex_unlock, k5_os_mutex_assert_unlocked, k5_os_mutex_assert_locked) [_WIN32]: Define Windows versions; still not enabled by default. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16552 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/include/ChangeLog') diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 4bee9f7af..97a3785ee 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,13 @@ +2004-07-07 Ken Raeburn + + * k5-thread.h [! HAVE_PTHREAD_H]: Don't explicitly disable thread + support when pthread.h is missing. + (k5_os_mutex, K5_OS_MUTEX_PARTIAL_INITIALIZER, + k5_os_mutex_finish_init, k5_os_mutex_init, k5_os_mutex_destroy, + k5_os_mutex_lock, k5_os_mutex_unlock, k5_os_mutex_assert_unlocked, + k5_os_mutex_assert_locked) [_WIN32]: Define Windows versions; + still not enabled by default. + 2004-07-06 Ken Raeburn * k5-thread.h: Use K5_THREAD_H for multiple inclusion protection. -- cgit