diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-03-20 12:15:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-03-20 12:15:12 +0000 |
commit | 0f648b6380ac0e9ce1be68cd5897888c19989a74 (patch) | |
tree | b4e57a44ef3337973f2241de9780ccbbac7c52dc | |
parent | 89a9e37b7a7a2134cedb6d27db265a8ab774f9d1 (diff) | |
download | glibc-0f648b6380ac0e9ce1be68cd5897888c19989a74.tar glibc-0f648b6380ac0e9ce1be68cd5897888c19989a74.tar.gz glibc-0f648b6380ac0e9ce1be68cd5897888c19989a74.tar.bz2 glibc-0f648b6380ac0e9ce1be68cd5897888c19989a74.zip |
Update.
1998-03-20 Ulrich Drepper <drepper@cygnus.com>
* libc.map: Add alphasort64, scandir64, versionsort64.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | libc.map | 10 |
2 files changed, 8 insertions, 5 deletions
@@ -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. @@ -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; |