(__xstat64, __fxstat64, __lxstat64): Export at GLIBC_2.2.

(alphasort64, readdir64, readdir64_r, scandir64, versionsort64): Likewise.
This commit is contained in:
Ulrich Drepper 2000-08-14 17:39:48 +00:00
parent 8f7d68ab04
commit eb76534ecc

View File

@ -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;
} }
} }