1998-07-02 22:33:35 +00:00
|
|
|
libc {
|
|
|
|
GLIBC_2.0 {
|
2002-08-28 23:53:22 +00:00
|
|
|
_sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
|
|
|
|
|
2000-07-13 11:46:49 +00:00
|
|
|
# Exception handling support functions from libgcc
|
|
|
|
__register_frame; __register_frame_table; __deregister_frame;
|
2001-11-16 01:22:33 +00:00
|
|
|
__frame_state_for; __register_frame_info_table;
|
2000-07-13 11:46:49 +00:00
|
|
|
|
2000-05-31 12:03:35 +00:00
|
|
|
# Needed by gcc:
|
|
|
|
_flush_cache;
|
|
|
|
|
1998-07-02 22:33:35 +00:00
|
|
|
# c*
|
|
|
|
cachectl; cacheflush;
|
|
|
|
|
|
|
|
# s*
|
|
|
|
sysmips;
|
|
|
|
}
|
2002-11-06 02:53:24 +00:00
|
|
|
GLIBC_2.2 {
|
2002-08-28 23:53:22 +00:00
|
|
|
_sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
|
2002-11-06 02:53:24 +00:00
|
|
|
|
2000-07-28 13:37:26 +00:00
|
|
|
# _*
|
|
|
|
_test_and_set;
|
|
|
|
}
|
2021-06-02 05:32:19 +00:00
|
|
|
GLIBC_2.3.3 {
|
|
|
|
# Changed PTHREAD_STACK_MIN.
|
|
|
|
pthread_attr_setstack;
|
|
|
|
pthread_attr_setstacksize;
|
|
|
|
}
|
2009-05-16 14:30:47 +00:00
|
|
|
GLIBC_2.11 {
|
|
|
|
fallocate64;
|
|
|
|
}
|
2016-04-12 08:31:06 +00:00
|
|
|
GLIBC_PRIVATE {
|
|
|
|
# nptl/pthread_cond_timedwait.c uses INTERNAL_VSYSCALL(clock_gettime).
|
|
|
|
__vdso_clock_gettime;
|
|
|
|
}
|
1998-07-02 22:33:35 +00:00
|
|
|
}
|