diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-27 22:01:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-27 22:01:07 +0000 |
commit | 37d33038d0986abffa6a14895ba7ae36413c7868 (patch) | |
tree | d9cf5e96666b3d1ba27c6d329fe48de2c9078834 /ChangeLog | |
parent | baec5641ed9a1551982f5250c8335fe3cdf32c62 (diff) | |
download | glibc-37d33038d0986abffa6a14895ba7ae36413c7868.tar.gz glibc-37d33038d0986abffa6a14895ba7ae36413c7868.tar.xz glibc-37d33038d0986abffa6a14895ba7ae36413c7868.zip |
Update.
2000-07-27 Jes Sorensen <jes@linuxcare.com> * sysdeps/unix/sysv/linux/ia64/fork.c: Make __libc_fork the strong name and add weak alias for __fork. * sysdeps/unix/sysv/linux/ia64/syscalls.list: Change llseek, pread & pwrite to use __libc_<name> as strong names instead of __syscall_<name>. * include/sched.h: Add clone2 prototype. 2000-07-26 Jes Sorensen <jes@linuxcare.com> * sysdeps/unix/sysv/linux/ia64/sysdep.h (ENTRY): Don't declare the procedure name twice. 2000-07-27 Philip Blundell <philb@gnu.org> * malloc/malloc.c (HAVE_MREMAP): Undo change of 1997-12-04.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0eb4a99c2a..ee9dde4fed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2000-07-27 Jes Sorensen <jes@linuxcare.com> + + * sysdeps/unix/sysv/linux/ia64/fork.c: Make __libc_fork the strong + name and add weak alias for __fork. + + * sysdeps/unix/sysv/linux/ia64/syscalls.list: Change llseek, pread + & pwrite to use __libc_<name> as strong names instead of + __syscall_<name>. + + * include/sched.h: Add clone2 prototype. + +2000-07-26 Jes Sorensen <jes@linuxcare.com> + + * sysdeps/unix/sysv/linux/ia64/sysdep.h (ENTRY): Don't declare the + procedure name twice. + +2000-07-27 Philip Blundell <philb@gnu.org> + + * malloc/malloc.c (HAVE_MREMAP): Undo change of 1997-12-04. + 2000-07-27 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/bits/socket.h: Rename MSG_URG TO |