2021-06-02 05:32:19 +00:00
|
|
|
!libc_pre_versions
|
2012-04-17 02:02:27 +00:00
|
|
|
libc {
|
|
|
|
GLIBC_2.2 {
|
|
|
|
ioperm; iopl;
|
|
|
|
inb; inw; inl;
|
|
|
|
_inb; _inw; _inl;
|
|
|
|
outb; outw; _outl;
|
|
|
|
_outb; _outw; _outl;
|
|
|
|
pciconfig_read; pciconfig_write;
|
|
|
|
|
|
|
|
# linuxthreads
|
|
|
|
__clone2;
|
|
|
|
}
|
|
|
|
GLIBC_2.2.2 {
|
|
|
|
# w*
|
|
|
|
wordexp;
|
|
|
|
}
|
2021-06-02 05:32:19 +00:00
|
|
|
GLIBC_2.3.3 {
|
|
|
|
# Changed PTHREAD_STACK_MIN.
|
|
|
|
pthread_attr_setstack;
|
|
|
|
pthread_attr_setstacksize;
|
|
|
|
}
|
2012-04-17 02:02:27 +00:00
|
|
|
GLIBC_2.2.6 {
|
|
|
|
getunwind;
|
|
|
|
}
|
2016-03-18 20:34:33 +00:00
|
|
|
GLIBC_2.24 {
|
|
|
|
recvmsg; sendmsg;
|
|
|
|
}
|
2012-04-17 02:02:27 +00:00
|
|
|
}
|
2014-07-04 05:19:41 +00:00
|
|
|
librt {
|
|
|
|
GLIBC_2.3.3 {
|
|
|
|
# Changed timer_t.
|
2021-06-28 07:51:00 +00:00
|
|
|
timer_gettime;
|
2014-07-04 05:19:41 +00:00
|
|
|
timer_settime;
|
|
|
|
}
|
|
|
|
}
|