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    ioperm; iopl;
8
9    vm86;
10  }
11  GLIBC_2.1 {
12    modify_ldt;
13  }
14  GLIBC_2.2 {
15    # functions used in other libraries
16    __xstat64; __fxstat64; __lxstat64;
17
18    # a*
19    alphasort64;
20
21    # g*
22    glob64;
23
24    # New rlimit interface
25    getrlimit; setrlimit; getrlimit64;
26
27    # r*
28    readdir64; readdir64_r;
29
30    # s*
31    scandir64;
32
33    # v*
34    versionsort64;
35  }
36  GLIBC_2.3.4 {
37    # v*
38    vm86;
39  }
40  GLIBC_2.11 {
41    # f*
42    fallocate64;
43  }
44  GLIBC_PRIVATE {
45    __modify_ldt; __uname;
46  }
47}
48