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