-%define glibcrelease 31
+%define glibcrelease 32
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define prelinkarches noarch
%define xenarches i686 athlon
#ifndef __NR_waitid
#define __NR_waitid 438
#endif
+#ifndef __NR_inotify_init
+#define __NR_inotify_init 444
+#define __NR_inotify_add_watch 445
+#define __NR_inotify_rm_watch 446
+#endif
%endif
%ifarch %{ix86}
#ifndef __NR_mq_open
#ifndef __NR_waitid
#define __NR_waitid 284
#endif
+#ifndef __NR_inotify_init
+#define __NR_inotify_init 291
+#define __NR_inotify_add_watch 292
+#define __NR_inotify_rm_watch 293
+#endif
#ifndef __NR_openat
#define __NR_openat 295
#define __NR_mkdirat 296
#ifndef __NR_waitid
#define __NR_waitid 1270
#endif
+#ifndef __NR_inotify_init
+#define __NR_inotify_init 1277
+#define __NR_inotify_add_watch 1278
+#define __NR_inotify_rm_watch 1279
+#endif
%endif
%ifarch ppc
#ifndef __NR_utimes
#ifndef __NR_waitid
#define __NR_waitid 272
#endif
+#ifndef __NR_inotify_init
+#define __NR_inotify_init 275
+#define __NR_inotify_add_watch 276
+#define __NR_inotify_rm_watch 277
+#endif
#ifndef __NR_pselect6
#define __NR_pselect6 280
#define __NR_ppoll 281
#ifndef __NR_waitid
#define __NR_waitid 272
#endif
+#ifndef __NR_inotify_init
+#define __NR_inotify_init 275
+#define __NR_inotify_add_watch 276
+#define __NR_inotify_rm_watch 277
+#endif
#ifndef __NR_pselect6
#define __NR_pselect6 280
#define __NR_ppoll 281
#ifndef __NR_waitid
#define __NR_waitid 281
#endif
+#ifndef __NR_inotify_init
+#define __NR_inotify_init 284
+#define __NR_inotify_add_watch 285
+#define __NR_inotify_rm_watch 286
+#endif
%endif
%ifarch s390x
#ifndef __NR_timer_create
#ifndef __NR_waitid
#define __NR_waitid 281
#endif
+#ifndef __NR_inotify_init
+#define __NR_inotify_init 284
+#define __NR_inotify_add_watch 285
+#define __NR_inotify_rm_watch 286
+#endif
%endif
%ifarch sparc sparcv9 sparc64
#ifndef __NR_mq_open
#define __NR_lstat64 132
#define __NR_stat64 139
#endif
+#ifndef __NR_inotify_init
+#define __NR_inotify_init 151
+#define __NR_inotify_add_watch 152
+#define __NR_inotify_rm_watch 156
+#endif
#ifndef __NR_openat
#define __NR_openat 284
#define __NR_mkdirat 285
#ifndef __NR_waitid
#define __NR_waitid 247
#endif
+#ifndef __NR_inotify_init
+#define __NR_inotify_init 253
+#define __NR_inotify_add_watch 254
+#define __NR_inotify_rm_watch 255
+#endif
#ifndef __NR_openat
#define __NR_openat 257
#define __NR_mkdirat 258
%endif
%changelog
+* Wed Feb 1 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-32
+- update from CVS
+ - 128-bit long double fixes for ppc{,64}, s390{,x} and sparc{,v9},
+ alpha 128-bit long double support
+- add inotify syscall numbers to the override <asm/unistd.h> headers
+ (#179366)
+
* Mon Jan 30 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-31
- update from CVS
- 128-bit long double on ppc, ppc64, s390, s390x and sparc{,v9}