summaryrefslogtreecommitdiffstats
path: root/src/include/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2004-07-07 06:17:28 +0000
committerKen Raeburn <raeburn@mit.edu>2004-07-07 06:17:28 +0000
commit4d7c3d1c1cd88396ff19e9f808d9a2394d54575d (patch)
tree4b059a8399e31cb9bad380dc247b5ea8786327dd /src/include/ChangeLog
parentaa2e82af675d2436e8f4347940d27a272ed1ba8f (diff)
downloadkrb5-4d7c3d1c1cd88396ff19e9f808d9a2394d54575d.tar.gz
krb5-4d7c3d1c1cd88396ff19e9f808d9a2394d54575d.tar.xz
krb5-4d7c3d1c1cd88396ff19e9f808d9a2394d54575d.zip
* 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
Diffstat (limited to 'src/include/ChangeLog')
-rw-r--r--src/include/ChangeLog10
1 files changed, 10 insertions, 0 deletions
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 <raeburn@mit.edu>
+
+ * 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 <raeburn@mit.edu>
* k5-thread.h: Use K5_THREAD_H for multiple inclusion protection.