summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2004-10-21 10:53:52 +0000
committerJakub Jelinek <jakub@redhat.com>2004-10-21 10:53:52 +0000
commitdcd417d9e1e6e4824079bce11f6e07c2c35f5b34 (patch)
tree5a26738d159d0aa7821c561ead71508c3ad930ee
parent8eb6f95371ac36d4f5f4f867065c843596f66a67 (diff)
Temporarily remove setaltroot and key*
-rw-r--r--fedora/glibc.spec.in5
-rw-r--r--sysdeps/unix/sysv/linux/Versions3
2 files changed, 4 insertions, 4 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 9ff386e549..6b24cdaa55 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 <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
diff --git a/sysdeps/unix/sysv/linux/Versions b/sysdeps/unix/sysv/linux/Versions
index 2d38ed6247..aeb4f1768d 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;
}