diff options
author | Roland McGrath <roland@gnu.org> | 2002-09-02 19:02:16 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-09-02 19:02:16 +0000 |
commit | 1977e59058a8a5260770cade67676bd93f896fdf (patch) | |
tree | c0e9cd08bc245c1e501a0c1d9c932f93c9b9783f /sysdeps | |
parent | cf684340ce723e2ec50e8f82d8c10947360518d2 (diff) | |
download | glibc-1977e59058a8a5260770cade67676bd93f896fdf.tar.gz glibc-1977e59058a8a5260770cade67676bd93f896fdf.tar.xz glibc-1977e59058a8a5260770cade67676bd93f896fdf.zip |
* sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Add __fxstat64.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/mach/hurd/Versions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/Versions b/sysdeps/mach/hurd/Versions index 5898c40426..53904b1465 100644 --- a/sysdeps/mach/hurd/Versions +++ b/sysdeps/mach/hurd/Versions @@ -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; } |