summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorbje <bje>1998-07-12 10:34:32 +0000
committerbje <bje>1998-07-12 10:34:32 +0000
commitf2da9e69a05ed8e7b2482987a4106d7d12b6b7e2 (patch)
treeea13a2842128a14c7169a6403eae0b9e2d16b957 /ChangeLog
parentf4b8643f938cbf3a2e381459a28bd3f7a9e9b206 (diff)
* ChangeLog: Update.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fbf6c90..6b3c193 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+1998-07-12 Ben Elliston <bje@cygnus.com>
+
+ * pthread.h (pthread_mutexattr_t): Define this type.
+ (pthread_mutexattr_setprotocol): Add function prototype.
+ (pthread_mutexattr_getprotocol): Likewise.
+ (pthread_mutexattr_setprioceiling): Likewise.
+ (pthread_mutexattr_getprioceiling): Likewise.
+
+ * mutex.c (pthread_mutexattr_setprotocol): Implement.
+ (pthread_mutexattr_getprotocol): Likewise.
+ (pthread_mutexattr_setprioceiling): Likewise.
+ (pthread_mutexattr_getprioceiling): Likewise.
+
Sat Jul 11 14:48:54 1998 Ross Johnson <rpj@ixobrychus.canberra.edu.au>
* implement.h: Preliminary implementation specific defines.