#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
#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
%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