Move all files into ports/ subdirectory in preparation for merge with glibc
[glibc.git] / ports / sysdeps / unix / sysv / linux / arm / Versions
blob1d9e96464040c2ed15cc74cf032cee2d954ab6b5
1 libc {
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     ioperm; iopl;
9     inb; inw; inl;
10     outb; outw; outl;
11   }
12   GLIBC_2.2 {
13     # functions used in other libraries
14     __xstat64; __fxstat64; __lxstat64;
16     # a*
17     alphasort64;
19     # g*
20     glob64;
22     # New rlimit interface
23     getrlimit; setrlimit; getrlimit64;
25     # r*
26     readdir64; readdir64_r;
28     # s*
29     scandir64;
31     # v*
32     versionsort64;
33   }
34   GLIBC_2.3.3 {
35     posix_fadvise64; posix_fallocate64;
36   }
37   GLIBC_2.11 {
38     fallocate64;
39   }