network: recvmsg and sendmsg standard compliance (BZ#16919)
[glibc.git] / sysdeps / unix / sysv / linux / arm / Versions
blob7e5ba5345564e470a7c2ca8bfad20596f0e53331
1 libc {
2   GLIBC_2.4 {
3     ioperm; iopl;
4     inb; inw; inl;
5     outb; outw; outl;
6   }
7   GLIBC_2.11 {
8     fallocate64;
9   }
10   GLIBC_2.24 {
11     recvmsg; sendmsg;
12   }
13   GLIBC_PRIVATE {
14     # A copy of sigaction lives in libpthread, and needs these.
15     __default_sa_restorer; __default_rt_sa_restorer;
16     # nptl/pthread_cond_timedwait.c uses INTERNAL_VSYSCALL(clock_gettime).
17     __vdso_clock_gettime;
18   }