powerpc: fix sysconf support for cache geometries
[glibc.git] / sysdeps / unix / sysv / linux / sh / Versions
blobe0938c4165888a300dfac51f415944b13521009e
1 libc {
2   GLIBC_2.2 {
3     # functions used in other libraries
4     __xstat64; __fxstat64; __lxstat64;
6     # a*
7     alphasort64;
9     # g*
10     glob64;
12     # New rlimit interface
13     getrlimit; setrlimit; getrlimit64;
15     # r*
16     readdir64; readdir64_r;
18     # s*
19     scandir64;
21     # v*
22     versionsort64;
23   }
24   GLIBC_2.3.3 {
25     posix_fadvise64; posix_fallocate64;
26   }
27   GLIBC_2.11 {
28     fallocate64;
29   }
30   GLIBC_2.16 {
31     fanotify_mark;
32   }