diff options
author | Roland McGrath <roland@gnu.org> | 2002-07-31 23:15:21 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-07-31 23:15:21 +0000 |
commit | 5d506c240dd9c5091dff6278ab5a8bb9d489950a (patch) | |
tree | 6f4bbbfe1f22c902889a292a99d04f1ae9b874a0 /sysdeps/mach | |
parent | 79c38d7f7a5d3b42bf0f7d0afc4ed10ab0f8b275 (diff) | |
download | glibc-5d506c240dd9c5091dff6278ab5a8bb9d489950a.tar.gz glibc-5d506c240dd9c5091dff6278ab5a8bb9d489950a.tar.xz glibc-5d506c240dd9c5091dff6278ab5a8bb9d489950a.zip |
2002-07-31 Roland McGrath <roland@frob.com>
* sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): __fxstat -> __fxstat64, __xstat -> __xstat64, __lseek -> __libc_lseek64. Completes 2002-06-09 sysdeps/mach/hurd/dl-sysdep.c change.
Diffstat (limited to 'sysdeps/mach')
-rw-r--r-- | sysdeps/mach/hurd/Versions | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/Versions b/sysdeps/mach/hurd/Versions index 15793adaa4..5898c40426 100644 --- a/sysdeps/mach/hurd/Versions +++ b/sysdeps/mach/hurd/Versions @@ -16,8 +16,8 @@ ld { __hurd_threadvar_stack_mask; __hurd_threadvar_stack_offset; # functions that must be shared with libc - __close; __fxstat; __getcwd; __getpid; __libc_read; __libc_write; - __lseek; __mmap; __open; __xstat; + __close; __fxstat64; __getcwd; __getpid; __libc_read; __libc_write; + __libc_lseek64; __mmap; __open; __xstat64; _exit; _hurd_intr_rpc_mach_msg; abort; } |