From 7c4736c01ce65d4058ba16c6a4f3ce0bcb23da79 Mon Sep 17 00:00:00 2001 From: bje Date: Fri, 17 Jul 1998 08:10:17 +0000 Subject: * ChangeLog: Update. --- ChangeLog | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 21ed771..551f607 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +1998-07-17 Ben Elliston + + * implement.h (_pthread_mutexattr_t): Remove shared attribute. + + * mutex.c (pthread_mutexattr_setpshared): This optional function + is no longer supported, since we want to implement POSIX mutex + variables using the much more efficient Win32 critical section + primitives. Critical section objects in Win32 cannot be shared + between processes. + (pthread_mutexattr_getpshared): Likewise. + 1998-07-14 Ben Elliston * attr.c (pthread_attr_setstacksize): Implement. @@ -60,7 +71,7 @@ Mon Jul 13 01:09:55 1998 Ross Johnson 1998-07-12 Ben Elliston - * implement.h (_pthread_mutex_attr_t): Define this implementation + * implement.h (_pthread_mutexattr_t): Define this implementation internal type. Application programmers only see a mutex attribute object as a void pointer. -- cgit v1.2.3