glibc/sysdeps/mach/hurd/Versions
Roland McGrath 5d506c240d 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.
2002-07-31 23:15:21 +00:00

28 lines
637 B
Plaintext

libc {
GLIBC_2.0 {
# functions with a weak definition in the dynamic linker
__getcwd; __mmap;
}
GLIBC_PRIVATE {
_dl_init_first;
}
}
ld {
GLIBC_2.0 {
# variables that must be shared with libc
__hurd_sigthread_stack_base; __hurd_sigthread_stack_end;
__hurd_sigthread_variables;
__hurd_threadvar_stack_mask; __hurd_threadvar_stack_offset;
# functions that must be shared with libc
__close; __fxstat64; __getcwd; __getpid; __libc_read; __libc_write;
__libc_lseek64; __mmap; __open; __xstat64;
_exit; _hurd_intr_rpc_mach_msg;
abort;
}
GLIBC_PRIVATE {
_dl_init_first;
}
}