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:
Roland McGrath 2002-07-31 23:15:21 +00:00
parent 79c38d7f7a
commit 5d506c240d

View 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;
}