Update.
[glibc.git] / sysdeps / unix / sysv / linux / Versions
blob2e392818b60ee7846b8dd6501eada4f67bc9d6d7
1 libc {
2   GLIBC_2.0 {
3     # functions used in inline functions or macros
4     __cmsg_nxthdr;
6     # functions used in other libraries
7     __clone;
9     # helper functions
10     __errno_location;
12     # b*
13     bdflush;
15     # c*
16     clone; create_module;
18     # d*
19     delete_module;
21     # g*
22     get_kernel_syms; getresgid; getresuid;
24     # i*
25     init_module;
27     # k*
28     klogctl;
30     # l*
31     llseek;
33     # m*
34     mremap;
36     # n*
37     nfsservctl;
39     # p*
40     personality; prctl;
42     # q*
43     query_module; quotactl;
45     # r*
46     reboot;
48     # s*
49     setfsgid; setfsuid;
51     # s*
52     setresgid; setresuid; shutdown; swapoff; swapon; sysctl;
54     # u*
55     umount; uselib;
56   }
57   GLIBC_2.1 {
58     # functions used in inline functions or macros
59     __libc_sa_len;
61     # functions used in other libraries
62     __syscall_rt_sigqueueinfo;
64     # Since we have new signals this structure changed.
65     _sys_siglist; sys_siglist; sys_sigabbrev;
67     # New errlist.
68     _sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
70     # chown interface change.
71     chown;
73     # Change in pthread_attr_t.
74     pthread_attr_init;
76     # c*
77     capget; capset;
79     # s*
80     sendfile;
82     # u*
83     umount2;
84   }