Temporarily remove setaltroot and key*

This commit is contained in:
Jakub Jelinek 2004-10-21 10:53:52 +00:00
parent 8eb6f95371
commit dcd417d9e1
2 changed files with 4 additions and 4 deletions

View File

@ -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 <jakub@redhat.com> 2.3.3-73
- remove setaltroot and key{_add,_request,ctl} also from Versions
* Thu Oct 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-72
- back out setaltroot and key{_add,_request,ctl} addition
- fix severe x86-64 symbol versioning regressions that breaks

View File

@ -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;
}