]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
add __NR_waitid defines for alpha and ia64
authorJakub Jelinek <jakub@redhat.com>
Wed, 8 Dec 2004 21:07:44 +0000 (21:07 +0000)
committerJakub Jelinek <jakub@redhat.com>
Wed, 8 Dec 2004 21:07:44 +0000 (21:07 +0000)
fedora/glibc.spec.in

index 59711c00b1caf85c14f85aaefa7f97c1a3b9357f..5c3f31c67550dcaefed9fbc1ed954d160a56b223 100644 (file)
@@ -286,6 +286,9 @@ cat > asm/unistd.h <<EOF
 #define __NR_mq_notify                 436
 #define __NR_mq_getsetattr             437
 #endif
+#ifndef __NR_waitid
+#define __NR_waitid                    438
+#endif
 %endif
 %ifarch %{ix86}
 #ifndef __NR_mq_open
@@ -320,6 +323,9 @@ cat > asm/unistd.h <<EOF
 #define __NR_mq_notify                 1266
 #define __NR_mq_getsetattr             1267
 #endif
+#ifndef __NR_waitid
+#define __NR_waitid                    1270
+#endif
 %endif
 %ifarch ppc
 #ifndef __NR_utimes
@@ -1259,6 +1265,8 @@ rm -f *.filelist*
 %endif
 
 %changelog
+- add __NR_waitid defines for alpha and ia64
+
 * Wed Dec  8 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-89
 - update from CVS
   - fix clone2 on ia64