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 /linuxthreads/shlib-versions | |
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 'linuxthreads/shlib-versions')
-rw-r--r-- | linuxthreads/shlib-versions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxthreads/shlib-versions b/linuxthreads/shlib-versions index a7d26c288d..763639ab89 100644 --- a/linuxthreads/shlib-versions +++ b/linuxthreads/shlib-versions @@ -2,4 +2,5 @@ mips.*-.*-linux.* libpthread=0 GLIBC_2.0 GLIBC_2.2 sparc64-.*-linux.* libpthread=0 GLIBC_2.2 sh.*-.*-linux.* libpthread=0 GLIBC_2.2 +ia64.*-.*-linux.* libpthread=0 GLIBC_2.2 .*-.*-linux.* libpthread=0 |