summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2004-12-08 21:07:44 +0000
committerJakub Jelinek <jakub@redhat.com>2004-12-08 21:07:44 +0000
commit0e7f328d0849e8e663eb14ade5074b4e451fe276 (patch)
treede30488e2d11e837e50c94d11c56e6203a4642ae
parentfd74fc86fddfd1dbf64904a64d026d37c032c0ba (diff)
add __NR_waitid defines for alpha and ia64
-rw-r--r--fedora/glibc.spec.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 59711c00b1..5c3f31c675 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -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