glibc/sysdeps/unix/sysv/linux/arm/Versions

12 lines
170 B
Plaintext
Raw Normal View History

1998-12-23 01:27:58 +08:00
libc {
GLIBC_2.1 {
ioperm; iopl;
inb; inw; inl;
outb; outw; outl;
}
GLIBC_2.2 {
# New rlimit interface
2000-01-24 20:07:25 +08:00
getrlimit; setrlimit; getrlimit64;
}
1998-12-23 01:27:58 +08:00
}