mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-03 10:21:05 +00:00
18 lines
233 B
Plaintext
18 lines
233 B
Plaintext
|
libc {
|
||
|
GLIBC_2.2 {
|
||
|
# functions used in other libraries
|
||
|
|
||
|
# g*
|
||
|
glob64;
|
||
|
|
||
|
# New rlimit interface
|
||
|
getrlimit; setrlimit; getrlimit64; setrlimit64;
|
||
|
|
||
|
# r*
|
||
|
readdir64; readdir64_r;
|
||
|
|
||
|
# s*
|
||
|
scandir64;
|
||
|
}
|
||
|
}
|