diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-06-13 23:12:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-06-13 23:12:19 +0000 |
commit | bad6065c9735bfe391439cb76adc84c101438ec0 (patch) | |
tree | c57fe098c0c2b2397a75f5a9ec4fe952fe38d618 /linuxthreads/ChangeLog | |
parent | b50a2c3f9667b17148b6df4718239eabab3c3d1f (diff) | |
download | glibc-bad6065c9735bfe391439cb76adc84c101438ec0.tar.gz glibc-bad6065c9735bfe391439cb76adc84c101438ec0.tar.xz glibc-bad6065c9735bfe391439cb76adc84c101438ec0.zip |
* semaphore.h: Use struct _pthread_fastlock as an element of
sem_t instead of an identical struct. * rwlock.c: Remove casts. * semaphore.c: Likewise.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index c094bec4bb..a15f2afc32 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,10 @@ +2001-02-02 John S. Marvin <jsm@udlkern.fc.hp.com> + + * semaphore.h: Use struct _pthread_fastlock as an element of + sem_t instead of an identical struct. + * rwlock.c: Remove casts. + * semaphore.c: Likewise. + 2001-04-30 Alan Modra <amodra@one.net.au> * sysdeps/unix/sysv/linux/hppa/pt-initfini.c: New. |