1libc {
2  GLIBC_2.0 {
3    # Exception handling support functions from libgcc
4    __register_frame; __register_frame_table; __deregister_frame;
5    __frame_state_for; __register_frame_info_table;
6  }
7  GLIBC_2.1 {
8    __chown;
9  }
10  GLIBC_2.2 {
11    # functions used in other libraries
12    __xstat64; __fxstat64; __lxstat64;
13
14    # a*
15    alphasort64;
16
17    # New rlimit interface
18    getrlimit; setrlimit; getrlimit64;
19
20    # r*
21    readdir64; readdir64_r;
22
23    # s*
24    scandir64;
25
26    # v*
27    versionsort64;
28  }
29  GLIBC_2.9 {
30    getutent;
31    getutid;
32    getutline;
33    pututline;
34    updwtmp;
35    getutent_r;
36    getutid_r;
37    getutline_r;
38    getutxent;
39    getutxid;
40    getutxline;
41    pututxline;
42    updwtmpx;
43    getutmp;
44    getutmpx;
45    login;
46  }
47  GLIBC_2.11 {
48    fallocate64;
49  }
50  GLIBC_2.31 {
51    msgctl; semctl; shmctl;
52  }
53}
54
55libutil {
56  GLIBC_2.9 {
57    __libutil_version_placeholder;
58  }
59}
60