mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-20 03:50:07 +00:00
5d506c240d
* 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.
28 lines
637 B
Plaintext
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;
|
|
}
|
|
}
|