-%define glibcrelease 15
+%define glibcrelease 16
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define prelinkarches noarch
%define xenarches i686 athlon
#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
#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
#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
#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
%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)