diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-01-15 07:15:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-15 07:15:24 +0000 |
commit | a8d87c92cd0f6705c4adb5b8ab786aed249380c6 (patch) | |
tree | 3294c0aa322e7c6ae8dc552eabacbdda84c785ec /nptl/ChangeLog | |
parent | 574b892ef1054ea999a136b3cb2321a65e3f1a17 (diff) | |
download | glibc-a8d87c92cd0f6705c4adb5b8ab786aed249380c6.tar glibc-a8d87c92cd0f6705c4adb5b8ab786aed249380c6.tar.gz glibc-a8d87c92cd0f6705c4adb5b8ab786aed249380c6.tar.bz2 glibc-a8d87c92cd0f6705c4adb5b8ab786aed249380c6.zip |
Update.
2003-01-14 Ulrich Drepper <drepper@redhat.com>
* manual/install.texi: Correct description of header preparation for
Linux build. Patch by mhwood@Ameritech.Net [PR libc/4941].
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 0d7a57b403..4d1f8ccfde 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,9 @@ 2003-01-14 Ulrich Drepper <drepper@redhat.com> + * sem_open.c (sem_open): Return SEM_FAILED if existing semaphore + must be used and mapping failed. + Reported by Luke Elliott <luke.elliott@activfinancial.com>. + * Makefile (CFLAGS-pthread_self.os): Define this, not CFLAGS-pthread_self.c. |