build-many-glibcs.py: Add openrisc hard float glibc variant
[glibc.git] / sysdeps / unix / sysv / linux / arm / Versions
blob6e7cb6e2e5a9671f8aa95ab3f207b1b0cc221fe5
1 libc {
2   GLIBC_2.4 {
3     ioperm; iopl;
4     inb; inw; inl;
5     outb; outw; outl;
6   }
7   GLIBC_2.24 {
8     recvmsg; sendmsg;
9   }
10   GLIBC_PRIVATE {
11     # A copy of sigaction lives in libpthread, and needs these.
12     __default_sa_restorer; __default_rt_sa_restorer;
13     # nptl/pthread_cond_timedwait.c uses INTERNAL_VSYSCALL(clock_gettime).
14     __vdso_clock_gettime;
15   }