Update.
[glibc.git] / sysdeps / mach / hurd / Versions
blobdcaaae6146eb1cc2ac4ec8aeea4c4e23fed59579
1 libc {
2   GLIBC_2.0 {
3     # functions with a weak definition in the dynamic linker
4     __getcwd; __mmap;
5   }
6   GLIBC_PRIVATE {
7     _dl_init_first;
8   }
11 ld {
12   GLIBC_2.0 {
13     # variables that must be shared with libc
14     __hurd_sigthread_stack_base; __hurd_sigthread_stack_end;
15     __hurd_sigthread_variables;
16     __hurd_threadvar_stack_mask;  __hurd_threadvar_stack_offset;
18     # functions that must be shared with libc
19     __close; __getcwd; __getpid;
20     __mmap; __open; __xstat64; __fxstat64;
21     _exit; _hurd_intr_rpc_mach_msg;
22     abort;
23   }
24   GLIBC_2.2.6 {
25     # this also must be shared with libc.
26     __errno_location;
27   }
28   GLIBC_PRIVATE {
29     _dl_init_first;
31     # functions that must be shared with libc
32     __libc_read; __libc_write; __libc_lseek64;
33   }