Add missing export of fallocate64 on 32-bit platforms.
[glibc.git] / sysdeps / unix / sysv / linux / sh / Versions
blobbd30f928d796861c9dd88e0d3f128d36dafe91fd
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   }