]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Temporarily remove setaltroot and key*
authorJakub Jelinek <jakub@redhat.com>
Thu, 21 Oct 2004 10:53:52 +0000 (10:53 +0000)
committerJakub Jelinek <jakub@redhat.com>
Thu, 21 Oct 2004 10:53:52 +0000 (10:53 +0000)
fedora/glibc.spec.in
sysdeps/unix/sysv/linux/Versions

index 9ff386e549aa4ba143b2f102732872c373dc9aa5..6b24cdaa551340c5f4fc6e672fbc9f3a948e9614 100644 (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
index 2d38ed6247b7c4e61c2052995389c66260e34db1..aeb4f1768db301845767a6a5ab0e5926a32cd8fe 100644 (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;
   }