]> sourceware.org Git - glibc.git/commitdiff
* sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Add __fxstat64.
authorRoland McGrath <roland@gnu.org>
Mon, 2 Sep 2002 19:02:16 +0000 (19:02 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 2 Sep 2002 19:02:16 +0000 (19:02 +0000)
ChangeLog
sysdeps/mach/hurd/Versions

index 0f914b194066636b031420db8d531cb7965a84bc..2ce0e28872e81774f83cd8154bcd4941bcafb0e5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-09-02  Roland McGrath  <roland@frob.com>
+
+       * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Add __fxstat64.
+
 2002-09-01  Roland McGrath  <roland@redhat.com>
 
        * ctype/ctype.h (__ctype_b, __ctype_toupper, __ctype_tolower):
index 5898c404260c5d552762c69381f7c60c04cbea05..53904b1465107f64ff80b6debeaf37f39d673e59 100644 (file)
@@ -17,7 +17,7 @@ ld {
 
     # functions that must be shared with libc
     __close; __fxstat64; __getcwd; __getpid; __libc_read; __libc_write;
-    __libc_lseek64; __mmap; __open; __xstat64;
+    __libc_lseek64; __mmap; __open; __xstat64; __fxstat64;
     _exit; _hurd_intr_rpc_mach_msg;
     abort;
   }
This page took 0.046369 seconds and 5 git commands to generate.