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 /libc.map | |
parent | 89a9e37b7a7a2134cedb6d27db265a8ab774f9d1 (diff) | |
download | glibc-0f648b6380ac0e9ce1be68cd5897888c19989a74.tar.gz glibc-0f648b6380ac0e9ce1be68cd5897888c19989a74.tar.xz glibc-0f648b6380ac0e9ce1be68cd5897888c19989a74.zip |
Update.
1998-03-20 Ulrich Drepper <drepper@cygnus.com> * libc.map: Add alphasort64, scandir64, versionsort64.
Diffstat (limited to 'libc.map')
-rw-r--r-- | libc.map | 10 |
1 files changed, 6 insertions, 4 deletions
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; |