From 0f648b6380ac0e9ce1be68cd5897888c19989a74 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 20 Mar 1998 12:15:12 +0000 Subject: [PATCH] Update. 1998-03-20 Ulrich Drepper * libc.map: Add alphasort64, scandir64, versionsort64. --- ChangeLog | 3 ++- libc.map | 10 ++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index da8df72b7b..70548c17ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ -1998-03-20 11:58 Ulrich Drepper +1998-03-20 Ulrich Drepper + * libc.map: Add alphasort64, scandir64, versionsort64. * dirent/Makefile (routines): Add scandir64, alphasort64, and versionsort64. * dirent/alphasort64.c: New file. diff --git a/libc.map b/libc.map index c90197b22d..879ca07d24 100644 --- 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; -- 2.43.5