diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-02-23 02:45:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-02-23 02:45:25 +0000 |
commit | 93a19c64c994e85e1c3e87cefa1d68c15e7acb0d (patch) | |
tree | dcf18973f70632a0ff493b38c4389d87d1e73f17 /linuxthreads/ChangeLog | |
parent | 7ed09044b19ac0e2d20b9d15b1d389246cb32047 (diff) | |
download | glibc-93a19c64c994e85e1c3e87cefa1d68c15e7acb0d.zip glibc-93a19c64c994e85e1c3e87cefa1d68c15e7acb0d.tar.gz glibc-93a19c64c994e85e1c3e87cefa1d68c15e7acb0d.tar.bz2 |
Update.
2000-02-22 Ulrich Drepper <drepper@redhat.com>
* semaphore.h (SEM_FAILED): Use 0 not NULL.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index fa20028..cd5d10c 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,7 @@ +2000-02-22 Ulrich Drepper <drepper@redhat.com> + + * semaphore.h (SEM_FAILED): Use 0 not NULL. + 2000-02-14 Ulrich Drepper <drepper@redhat.com> * condvar.c (pthread_cond_timedwait_relative_old): Tight loop with |