mach: Fix bogus negative return
[glibc.git] / sysdeps / mach / hurd / Versions
blob17592d356931d6d9fbd4fd8165b0c480664ca778
1 libc {
2   GLIBC_2.0 {
3     # functions with a weak definition in the dynamic linker
4     __mmap;
5   }
6   GLIBC_2.2.6 {
7     # functions with a weak definition in the dynamic linker
8     __writev;
9   }
10   GLIBC_2.32 {
11     mremap;
12   }
13   GLIBC_2.35 {
14     close_range;
15   }
16   GLIBC_PRIVATE {
17     # Functions shared with the dynamic linker
18     __access; __libc_read; __libc_write; __libc_lseek64;
19     __close_nocancel;
20     __open_nocancel;
21     __read_nocancel; __pread64_nocancel;
22     __write_nocancel;
23     __getcwd;
24     __stat64;
26     _dl_init_first;
27     __close_nocancel_nostatus;
29     # functions used in other libraries
30     __sigprocmask;
31   }
34 ld {
35   GLIBC_2.0 {
36     # functions that must be shared with libc
37     __close; __getpid;
38     __mmap; __open; __read; __sbrk; __strtoul_internal;
39     __write; __writev;
40     _exit; _hurd_intr_rpc_mach_msg;
41     abort;
42   }
43   GLIBC_2.1 {
44     # functions that must be shared with libc
45     __pread64;
46   }
47   GLIBC_2.2 {
48     # functions that must be shared with libc
49     __open64;
50   }
51   GLIBC_2.2.6 {
52     # this also must be shared with libc.
53     __errno_location;
54   }
55   GLIBC_PRIVATE {
56     _dl_init_first;
58     # functions that must be shared with libc
59     __access; __libc_read; __libc_write; __libc_lseek64;
60     __close_nocancel;
61     __open_nocancel;
62     __read_nocancel; __pread64_nocancel;
63     __write_nocancel;
64     __getcwd;
65     __stat64; __fstat64;
66   }