* sysdeps/unix/sysv/linux/arm/kernel-features.h: Undefine
authorDaniel Jacobowitz <dan@codesourcery.com>
Mon, 17 Sep 2007 16:31:32 +0000 (16:31 +0000)
committerDaniel Jacobowitz <dan@codesourcery.com>
Mon, 17 Sep 2007 16:31:32 +0000 (16:31 +0000)
__ASSUME_PSELECT and __ASSUME_PPOLL.

ChangeLog.arm
sysdeps/unix/sysv/linux/arm/kernel-features.h

index fbd399e..8554fad 100644 (file)
@@ -1,3 +1,8 @@
+2007-09-17  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/arm/kernel-features.h: Undefine
+       __ASSUME_PSELECT and __ASSUME_PPOLL.
+
 2007-09-12  Joseph Myers  <joseph@codesourcery.com>
 
        * sysdeps/arm/nptl/tls.h (THREAD_GSCOPE_RESET_FLAG): Use
index 0a6ab21..ea439d5 100644 (file)
@@ -52,3 +52,7 @@
 #endif
 
 #include_next <kernel-features.h>
+
+/* These syscalls are not implemented yet for ARM.  */
+#undef __ASSUME_PSELECT
+#undef __ASSUME_PPOLL