about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-04-22 07:19:25 +0000
committerUlrich Drepper <drepper@redhat.com>2000-04-22 07:19:25 +0000
commitef52edfc6b25c28406e13f6a0d9cc026b1a0e991 (patch)
tree9227d317d4446bb64e871bbc1d8d617e9ca6fcb5 /ChangeLog
parent3566d33c12be61e6de64b3d957ed3cd7520779f8 (diff)
downloadglibc-ef52edfc6b25c28406e13f6a0d9cc026b1a0e991.tar.gz
glibc-ef52edfc6b25c28406e13f6a0d9cc026b1a0e991.tar.xz
glibc-ef52edfc6b25c28406e13f6a0d9cc026b1a0e991.zip
Update.
2000-04-22  Ulrich Drepper  <drepper@redhat.com>

	* assert/assert-perr.c: Include <stdlib.h> for abort prototype.
	* libio/ftello.c: Likewise.
	* libio/ftello64.c: Likewise.
	* libio/ioftell.c: Likewise.
	* sysdeps/generic/memrchr.c: Likewise.
	* sysdeps/posix/libc_fatal.c: Likewise.
	* sysdeps/unix/sysv/linux/init-first.c: Likewise.
	* misc/fstab.c: Include <string.h> for strcmp prototype.
	* sysdeps/generic/ldsodefs.h: Likewise.
	* sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
	Patch by Kurt Roeckx <Q@ping.be>.

	* nss/Makefile (libnss_db-dbs): Renamed from libnss_db-routines.
	Remove db-open.  Change all uses.
	(libnss_db-routines): Define as $(libnss_db-dbs) db-open.

2000-04-21  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/unix/sysv/linux/alpha/msgctl.c (__syscall_msgctl): Declare.
	* sysdeps/unix/sysv/linux/alpha/semctl.c (__syscall_semctl): Declare.
	* sysdeps/unix/sysv/linux/alpha/shmctl.c (__syscall_shmctl): Declare.
	* sysdeps/unix/sysv/linux/alpha/getrusage.S: Surround uses of $f28
	with .set noat/at to shut up warnings.
	* sysdeps/unix/sysv/linux/alpha/syscalls.list (__fstatfs64): Add alias.
	* sysdeps/unix/sysv/linux/alpha/ioperm.c (init_iosys): Allow
	compilation if __NR_pciconfig_iobase is not defined.
	* sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (__fstatfs64):
	Add alias.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ec11f1c89a..6043ab72df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+2000-04-22  Ulrich Drepper  <drepper@redhat.com>
+
+	* assert/assert-perr.c: Include <stdlib.h> for abort prototype.
+	* libio/ftello.c: Likewise.
+	* libio/ftello64.c: Likewise.
+	* libio/ioftell.c: Likewise.
+	* sysdeps/generic/memrchr.c: Likewise.
+	* sysdeps/posix/libc_fatal.c: Likewise.
+	* sysdeps/unix/sysv/linux/init-first.c: Likewise.
+	* misc/fstab.c: Include <string.h> for strcmp prototype.
+	* sysdeps/generic/ldsodefs.h: Likewise.
+	* sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
+	Patch by Kurt Roeckx <Q@ping.be>.
+
+	* nss/Makefile (libnss_db-dbs): Renamed from libnss_db-routines.
+	Remove db-open.  Change all uses.
+	(libnss_db-routines): Define as $(libnss_db-dbs) db-open.
+
+2000-04-21  Jakub Jelinek  <jakub@redhat.com>
+
+	* sysdeps/unix/sysv/linux/alpha/msgctl.c (__syscall_msgctl): Declare.
+	* sysdeps/unix/sysv/linux/alpha/semctl.c (__syscall_semctl): Declare.
+	* sysdeps/unix/sysv/linux/alpha/shmctl.c (__syscall_shmctl): Declare.
+	* sysdeps/unix/sysv/linux/alpha/getrusage.S: Surround uses of $f28
+	with .set noat/at to shut up warnings.
+	* sysdeps/unix/sysv/linux/alpha/syscalls.list (__fstatfs64): Add alias.
+	* sysdeps/unix/sysv/linux/alpha/ioperm.c (init_iosys): Allow
+	compilation if __NR_pciconfig_iobase is not defined.
+	* sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (__fstatfs64):
+	Add alias.
+
 2000-04-21  Ulrich Drepper  <drepper@redhat.com>
 
 	* manual/sysinfo.texi: Fix typo.