diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-03-24 23:53:39 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-03-24 23:53:39 +0000 |
commit | 68dc4dcbddb050072f959118b6793dfadf395a06 (patch) | |
tree | dfd2d389dbf2897afb3c922bd072dbca312e66aa /nptl/ChangeLog | |
parent | 9ce0ecbe384f09030cd5d014e17179725e778fa6 (diff) | |
download | glibc-68dc4dcbddb050072f959118b6793dfadf395a06.tar glibc-68dc4dcbddb050072f959118b6793dfadf395a06.tar.gz glibc-68dc4dcbddb050072f959118b6793dfadf395a06.tar.bz2 glibc-68dc4dcbddb050072f959118b6793dfadf395a06.zip |
Update.
2004-03-24 Ulrich Drepper <drepper@redhat.com>
* stdio-common/vfscanf.c [!COMPILE_WSCANF] (TOLOWER): Cast first
parameter to unsigned char.
* sysdeps/generic/strcasestr.c [_LIBC] (TOLOWER): Likewise.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index b0bce881cd..4b8e43d6e5 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,8 @@ 2004-03-24 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h + (lll_mutex_cond_trylock): Define as wrapper around __lll_cond_trylock. + * sysdeps/unix/sysv/linux/getpid.c (really_getpid): Reorganize code to avoid warning. |