summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2005-11-15 08:33:41 +0000
committerJakub Jelinek <jakub@redhat.com>2005-11-15 08:33:41 +0000
commit29aa8a81904cd9c30da3bee6e6ef9b50b1eabdd4 (patch)
treeb920537eb3dac99743a1d991566bd954e8d44d60
parent22d7fbdbae4032639461a7a081762a05deee0529 (diff)
2.3.90-16
-rw-r--r--fedora/glibc.spec.in18
1 files changed, 17 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 4c49098edb..ebdbf28a3f 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1,4 +1,4 @@
-%define glibcrelease 15
+%define glibcrelease 16
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define prelinkarches noarch
%define xenarches i686 athlon
@@ -333,6 +333,9 @@ cat > asm/unistd.h <<EOF
#define __NR_mq_notify 266
#define __NR_mq_getsetattr 267
#endif
+#ifndef __NR_waitid
+#define __NR_waitid 272
+#endif
%endif
%ifarch ppc64
#ifndef __NR_utimes
@@ -346,6 +349,9 @@ cat > asm/unistd.h <<EOF
#define __NR_mq_notify 266
#define __NR_mq_getsetattr 267
#endif
+#ifndef __NR_waitid
+#define __NR_waitid 272
+#endif
%endif
%ifarch s390
#ifndef __NR_timer_create
@@ -374,6 +380,9 @@ cat > asm/unistd.h <<EOF
#define __NR_mq_notify 275
#define __NR_mq_getsetattr 276
#endif
+#ifndef __NR_waitid
+#define __NR_waitid 281
+#endif
%endif
%ifarch s390x
#ifndef __NR_timer_create
@@ -395,6 +404,9 @@ cat > asm/unistd.h <<EOF
#define __NR_mq_notify 275
#define __NR_mq_getsetattr 276
#endif
+#ifndef __NR_waitid
+#define __NR_waitid 281
+#endif
%endif
%ifarch sparc sparc64
#ifndef __NR_mq_open
@@ -1083,6 +1095,10 @@ rm -f *.filelist*
%endif
%changelog
+* Tue Nov 15 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-16
+- update from CVS
+- make sure waitid syscall is used on ppc*/s390*
+
* Thu Oct 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-15
- update from CVS
- be permissive in %n check because of kernel bug #165351 (#171240)