]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 20 Mar 1998 12:15:12 +0000 (12:15 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 20 Mar 1998 12:15:12 +0000 (12:15 +0000)
1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
* libc.map: Add alphasort64, scandir64, versionsort64.

ChangeLog
libc.map

index da8df72b7bc82113f7f0f3fac6d48e338b62671c..70548c17efedc87cea7f978cbd0bc00ae341f23d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index c90197b22d26fd29edc376ed50a28475ef85f157..879ca07d24fed790c7db22472f00c77fb3f25924 100644 (file)
--- a/libc.map
+++ b/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;