]> git.ipfire.org Git - thirdparty/glibc.git/blame - sysdeps/unix/sysv/linux/Versions
Update.
[thirdparty/glibc.git] / sysdeps / unix / sysv / linux / Versions
CommitLineData
b0b67c47
UD
1libc {
2 GLIBC_2.0 {
3 # functions used in inline functions or macros
4 __cmsg_nxthdr;
5
6 # functions used in other libraries
7 __clone;
8
bb967344
UD
9 # helper functions
10 __errno_location;
11
b0b67c47
UD
12 # b*
13 bdflush;
14
15 # c*
16 clone; create_module;
17
18 # d*
19 delete_module;
20
21 # g*
22 get_kernel_syms; getresgid; getresuid;
23
24 # i*
25 init_module;
26
27 # k*
28 klogctl;
29
30 # l*
31 llseek;
32
33 # m*
34 mremap;
35
36 # n*
37 nfsservctl;
38
39 # p*
40 personality; prctl;
41
42 # q*
43 query_module; quotactl;
44
b0b67c47
UD
45 # s*
46 setfsgid; setfsuid;
47
48 # s*
48ab6a9e 49 setresgid; setresuid; swapoff; swapon; sysctl;
b0b67c47
UD
50
51 # u*
52 umount; uselib;
53 }
54 GLIBC_2.1 {
55 # functions used in inline functions or macros
56 __libc_sa_len;
57
58 # functions used in other libraries
59 __syscall_rt_sigqueueinfo;
60
61 # Since we have new signals this structure changed.
62 _sys_siglist; sys_siglist; sys_sigabbrev;
63
64 # New errlist.
65 _sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
66
67 # chown interface change.
68 chown;
69
70 # Change in pthread_attr_t.
71 pthread_attr_init;
72
73 # c*
74 capget; capset;
d762684b 75
997d6467
UD
76 # n*
77 ntp_adjtime; ntp_gettime;
78
d762684b
UD
79 # s*
80 sendfile;
81
82 # u*
83 umount2;
b0b67c47 84 }
0482576e 85 GLIBC_2.2 {
a63be9f7 86 # needed in other libraries.
c0f53cdd 87 __endmntent; __getmntent_r; __setmntent; __statfs; __libc_sigaction;
695a0763 88 __sysctl;
a63be9f7 89
0482576e
UD
90 # ipc ctl interface change.
91 semctl; shmctl; msgctl;
92 }
b0b67c47 93}