]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2.3.90-16
authorJakub Jelinek <jakub@redhat.com>
Tue, 15 Nov 2005 08:33:41 +0000 (08:33 +0000)
committerJakub Jelinek <jakub@redhat.com>
Tue, 15 Nov 2005 08:33:41 +0000 (08:33 +0000)
fedora/glibc.spec.in

index 4c49098edb2588c43a4d7ac2a8964f6e94a36ada..ebdbf28a3f71d0a77ccf6d3de0c00c075d160995 100644 (file)
@@ -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)