18 lines
413 B
Plaintext
Raw Normal View History

1998-12-22 17:27:58 +00:00
libc {
GLIBC_2.0 {
# Exception handling support functions from libgcc
__register_frame; __register_frame_table; __deregister_frame;
__register_frame_info; __deregister_frame_info; __frame_state_for;
__register_frame_info_table;
}
1998-12-22 17:27:58 +00:00
GLIBC_2.1 {
ioperm; iopl;
inb; inw; inl;
outb; outw; outl;
}
GLIBC_2.2 {
# New rlimit interface
2000-01-24 12:07:25 +00:00
getrlimit; setrlimit; getrlimit64;
}
1998-12-22 17:27:58 +00:00
}