diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-04-02 00:42:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-04-02 00:42:24 +0000 |
commit | 15a33409206c926f48da017bae9ac5f01959a3bc (patch) | |
tree | c7ea62352cccb8569561560a0e927ab0c89b9eb3 /ChangeLog | |
parent | 758b215383cde2389bc73d4483e6d3202bdc6520 (diff) | |
download | glibc-15a33409206c926f48da017bae9ac5f01959a3bc.tar glibc-15a33409206c926f48da017bae9ac5f01959a3bc.tar.gz glibc-15a33409206c926f48da017bae9ac5f01959a3bc.tar.bz2 glibc-15a33409206c926f48da017bae9ac5f01959a3bc.zip |
Update.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Use
__sigprocmask not sigprocmask.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
* time/mktime.c: Likewise.
* misc/getpass.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2004-04-01 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Use + __sigprocmask not sigprocmask. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise. + * include/string.h: Add libc_hidden_builtin_proto for memcmp. * sysdeps/generic/memcmp.c: Add libc_hidden_builtin_def. * sysdeps/i386/memcmp.S: Likewise. @@ -8,6 +13,8 @@ * sysdeps/sparc/sparc64/memcmp.S: Likewise. * sysdeps/unix/sysv/linux/sigprocmask.c: Include <string.h>. + * time/mktime.c: Likewise. + * misc/getpass.c: Likewise. * time/difftime.c (__difftime): New renamed. Make old name alias. Use __difftime in recursive call. |