diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-11-10 05:00:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-11-10 05:00:25 +0000 |
commit | 920e11e91b4e518820098f7a81238048aaa5460e (patch) | |
tree | c00acdeefdf953d2542806efa146cdc43b34d840 /sysdeps/unix/sysv/linux/alpha/Versions | |
parent | 718bac29232752f6020d637a0309ac9fe2935b80 (diff) | |
download | glibc-920e11e91b4e518820098f7a81238048aaa5460e.tar.gz |
Update.
2000-11-09 H.J. Lu <hjl@gnu.org>
* sunrpc/Versions (GLIBC_2.1): Remove xdr_cryptkeyarg,
xdr_cryptkeyarg2, xdr_cryptkeyres, xdr_des_block,
xdr_key_netstarg, xdr_key_netstres, xdr_keybuf and
xdr_keystatus.
* time/Versions (GLIBC_2.1): Move getitimer to...
* sysdeps/unix/sysv/linux/alpha/Versions (GLIBC_2.1): ...here.
2000-11-03 Bruno Haible <haible@clisp.cons.org>
* manual/install.texi: Recommend to set LANGUAGE=C LC_ALL-C during
"make install", to work around a binary incompatibility between
glibc 2.1 and glibc 2.2 gconv modules.
2000-11-09 Ulrich Drepper <drepper@redhat.com>
* intl/locale.alias: Add thai.
Patch by Chanop Silpa-Anan <chanop@syseng.anu.edu.au>.
Diffstat (limited to 'sysdeps/unix/sysv/linux/alpha/Versions')
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/Versions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/Versions b/sysdeps/unix/sysv/linux/alpha/Versions index ac21c9f038..3837b1afc6 100644 --- a/sysdeps/unix/sysv/linux/alpha/Versions +++ b/sysdeps/unix/sysv/linux/alpha/Versions @@ -51,6 +51,9 @@ libc { # w* wait4; } + GLIBC_2.1.1 { + getitimer; + } GLIBC_2.1.4 { pciconfig_iobase; } |