about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-02-22 00:02:57 +0000
committerUlrich Drepper <drepper@redhat.com>2003-02-22 00:02:57 +0000
commit9c03686dcc686aeedc6d6321b84553e140f5d27b (patch)
treee5b42d5d298a6eb8b6638243f036e7735bca2cb8 /ChangeLog
parent1c848253fce6eadd1f9227dab74b032c049226fb (diff)
downloadglibc-9c03686dcc686aeedc6d6321b84553e140f5d27b.tar.gz
glibc-9c03686dcc686aeedc6d6321b84553e140f5d27b.tar.xz
glibc-9c03686dcc686aeedc6d6321b84553e140f5d27b.zip
Update.
	* sysdeps/unix/sysv/linux/bits/signum.h (__SIGRTMAX): Define as _NSIG.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 301dae9d8c..0614f0e0ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2003-02-21  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/unix/sysv/linux/bits/signum.h (__SIGRTMAX): Define as _NSIG.
+
 	* sysdeps/unix/sysv/linux/i386/getuid.c: Use INTERNAL_SYSCALL and do
 	not chechk for errors (unless testing for 32bit variant).
 	* sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
@@ -11,8 +13,6 @@
 	* sysdeps/x86_64/dl-machine.h (elf_machine_rela) <R_X86_64_PC32>:
 	Check for signed overflow, not unsigned.
 
-2003-02-21  Jakub Jelinek  <jakub@redhat.com>
-
 	* sysdeps/sparc/sparc64/elf/configure.in: New file.
 	* sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (sysdep-CFLAGS):
 	Use -fcall-used-g6, not -fcall-used-g7.