]> sourceware.org Git - glibc.git/commitdiff
2002-07-31 Roland McGrath <roland@frob.com>
authorRoland McGrath <roland@gnu.org>
Wed, 31 Jul 2002 23:15:21 +0000 (23:15 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 31 Jul 2002 23:15:21 +0000 (23:15 +0000)
* 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

index 15793adaa4af7b2388dfc085550f1dc90f5e1833..5898c404260c5d552762c69381f7c60c04cbea05 100644 (file)
@@ -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;
   }
This page took 0.047497 seconds and 5 git commands to generate.