* sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Move __libc_read,
[platform/upstream/glibc.git] / sysdeps / mach / hurd / Versions
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   }
9 }
10
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;
17
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_PRIVATE {
25     _dl_init_first;
26
27     # functions that must be shared with libc
28     __libc_read; __libc_write; __libc_lseek64;
29   }
30 }