From 5d506c240dd9c5091dff6278ab5a8bb9d489950a Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 31 Jul 2002 23:15:21 +0000 Subject: [PATCH] 2002-07-31 Roland McGrath * 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. --- sysdeps/mach/hurd/Versions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysdeps/mach/hurd/Versions b/sysdeps/mach/hurd/Versions index 15793ad..5898c40 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; } -- 2.7.4