(__xstat64, __fxstat64, __lxstat64): Export at GLIBC_2.2.
(alphasort64, readdir64, readdir64_r, scandir64, versionsort64): Likewise.
This commit is contained in:
parent
8f7d68ab04
commit
eb76534ecc
@ -11,7 +11,22 @@ libc {
|
|||||||
outb; outw; outl;
|
outb; outw; outl;
|
||||||
}
|
}
|
||||||
GLIBC_2.2 {
|
GLIBC_2.2 {
|
||||||
|
# functions used in other libraries
|
||||||
|
__xstat64; __fxstat64; __lxstat64;
|
||||||
|
|
||||||
|
# a*
|
||||||
|
alphasort64;
|
||||||
|
|
||||||
# New rlimit interface
|
# New rlimit interface
|
||||||
getrlimit; setrlimit; getrlimit64;
|
getrlimit; setrlimit; getrlimit64;
|
||||||
|
|
||||||
|
# r*
|
||||||
|
readdir64; readdir64_r;
|
||||||
|
|
||||||
|
# s*
|
||||||
|
scandir64;
|
||||||
|
|
||||||
|
# v*
|
||||||
|
versionsort64;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user