(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
[glibc.git] / sysdeps / unix / sysv / linux / arm / Versions
blob2ddb2af2b70c8cb68085c5e3f5de2d5a4ab02309
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   }