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