mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
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.
This commit is contained in:
parent
79c38d7f7a
commit
5d506c240d
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user