38 lines
601 B
Plaintext
Raw Normal View History

1998-07-02 22:33:35 +00:00
libc {
GLIBC_2.0 {
2000-07-13 11:46:49 +00:00
# Exception handling support functions from libgcc
__register_frame; __register_frame_table; __deregister_frame;
__frame_state_for; __register_frame_info_table;
2000-07-13 11:46:49 +00:00
# Needed by gcc:
_flush_cache;
1998-07-02 22:33:35 +00:00
# c*
cachectl; cacheflush;
# s*
sysmips;
}
GLIBC_2.2 {
# _*
_test_and_set;
}
2002-08-15 09:01:52 +00:00
#GLIBC_2.3 {
# # f*
# fgetxattr; flistxattr; fremovexattr; fsetxattr;
#
# # g*
# getxattr;
#
# # l*
# listxattr;
# lgetxattr; llistxattr; lremovexattr; lsetxattr;
#
# # r*
# removexattr;
#
# # s*
# setxattr;
#}
1998-07-02 22:33:35 +00:00
}