diff options
author | bje <bje> | 1998-07-12 10:34:32 +0000 |
---|---|---|
committer | bje <bje> | 1998-07-12 10:34:32 +0000 |
commit | f2da9e69a05ed8e7b2482987a4106d7d12b6b7e2 (patch) | |
tree | ea13a2842128a14c7169a6403eae0b9e2d16b957 /ChangeLog | |
parent | f4b8643f938cbf3a2e381459a28bd3f7a9e9b206 (diff) |
* ChangeLog: Update.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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. |