1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
	* libc.map: Add alphasort64, scandir64, versionsort64.
This commit is contained in:
Ulrich Drepper 1998-03-20 12:15:12 +00:00
parent 89a9e37b7a
commit 0f648b6380
2 changed files with 8 additions and 5 deletions

View File

@ -1,5 +1,6 @@
1998-03-20 11:58 Ulrich Drepper <drepper@cygnus.com>
1998-03-20 Ulrich Drepper <drepper@cygnus.com>
* libc.map: Add alphasort64, scandir64, versionsort64.
* dirent/Makefile (routines): Add scandir64, alphasort64, and
versionsort64.
* dirent/alphasort64.c: New file.

View File

@ -468,7 +468,7 @@ GLIBC_2.1 {
# Please keep them sorted by name!
# a*
addseverity;
addseverity; alphasort64;
argp_error; argp_failure; argp_fmtstream_free; argp_fmtstream_point;
argp_fmtstream_printf; argp_fmtstream_putc; argp_fmtstream_puts;
@ -534,11 +534,13 @@ GLIBC_2.1 {
readdir64; readdir64_r; rtime;
# s*
setitimer; setrlimit64; setutxent; settimeofday;
scandir64; setitimer; setrlimit64; setutxent; settimeofday;
sighold; sigrelse; sigignore; sigset; statfs64; strcasestr; sysv_signal;
# New RT signal functions.
sigqueue; sigtimedwait; sigwaitinfo; strverscmp; strfxtime;
sigqueue; sigtimedwait; sigwaitinfo;
strverscmp; strfxtime;
# t*
tcgetsid; tdestroy; tmpfile64; truncate64;
@ -547,7 +549,7 @@ GLIBC_2.1 {
unlockpt; utimes; user2netname;
# v*
versionsort;
versionsort; versionsort64;
# w*
wait4; wcscasecmp; wcsncasecmp; wcstoll; wcstoull; wcswcs; wmemrtombs;