about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-04-02 00:42:24 +0000
committerUlrich Drepper <drepper@redhat.com>2004-04-02 00:42:24 +0000
commit15a33409206c926f48da017bae9ac5f01959a3bc (patch)
treec7ea62352cccb8569561560a0e927ab0c89b9eb3 /ChangeLog
parent758b215383cde2389bc73d4483e6d3202bdc6520 (diff)
downloadglibc-15a33409206c926f48da017bae9ac5f01959a3bc.tar.gz
glibc-15a33409206c926f48da017bae9ac5f01959a3bc.tar.xz
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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ca0ae4d0c..787ded5cdf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.