1libc {
2  GLIBC_2.2 {
3    # functions used in other libraries
4
5    # g*
6    glob64;
7
8    # New rlimit interface
9    getrlimit; setrlimit; getrlimit64; setrlimit64;
10
11    # r*
12    readdir64; readdir64_r;
13
14    # s*
15    scandir64;
16  }
17  GLIBC_2.3.4 {
18    getcontext;
19    longjmp;
20    setcontext;
21    siglongjmp;
22    swapcontext;
23  }
24  GLIBC_2.17 {
25    __ppc_get_timebase_freq;
26  }
27}
28