mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-17 13:00:43 +08:00
Update.
1998-03-20 Ulrich Drepper <drepper@cygnus.com> * libc.map: Add alphasort64, scandir64, versionsort64.
This commit is contained in:
parent
89a9e37b7a
commit
0f648b6380
@ -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.
|
||||
|
10
libc.map
10
libc.map
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user