From: Jakub Jelinek Date: Thu, 21 Oct 2004 10:53:52 +0000 (+0000) Subject: Temporarily remove setaltroot and key* X-Git-Tag: cvs/fedora-glibc-2_3_3-73~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcd417d9e1e6e4824079bce11f6e07c2c35f5b34;p=thirdparty%2Fglibc.git Temporarily remove setaltroot and key* --- diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 9ff386e549a..6b24cdaa551 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 72 +%define glibcrelease 73 %define auxarches i586 i686 athlon sparcv9 alphaev6 %define prelinkarches noarch %define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64 @@ -1256,6 +1256,9 @@ rm -f *.filelist* %endif %changelog +* Thu Oct 21 2004 Jakub Jelinek 2.3.3-73 +- remove setaltroot and key{_add,_request,ctl} also from Versions + * Thu Oct 21 2004 Jakub Jelinek 2.3.3-72 - back out setaltroot and key{_add,_request,ctl} addition - fix severe x86-64 symbol versioning regressions that breaks diff --git a/sysdeps/unix/sysv/linux/Versions b/sysdeps/unix/sysv/linux/Versions index 2d38ed6247b..aeb4f1768db 100644 --- a/sysdeps/unix/sysv/linux/Versions +++ b/sysdeps/unix/sysv/linux/Versions @@ -115,9 +115,6 @@ libc { GLIBC_2.3.4 { sched_getaffinity; sched_setaffinity; - # new syscalls - setaltroot; add_key; request_key; keyctl; - #errlist-compat 129 _sys_errlist; sys_errlist; _sys_nerr; sys_nerr; }