glibc/sysdeps/unix/sysv/linux/arm/Versions
2000-06-15 06:59:07 +00:00

18 lines
413 B
Plaintext

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;
}
GLIBC_2.1 {
ioperm; iopl;
inb; inw; inl;
outb; outw; outl;
}
GLIBC_2.2 {
# New rlimit interface
getrlimit; setrlimit; getrlimit64;
}
}