This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ARM pselect / ppoll


The generic kernel-features.h says that pselect and ppoll were added
in 2.6.17, but they still aren't wired up for ARM.  We have to disable
them for now.

-- 
Daniel Jacobowitz
CodeSourcery

2007-09-17  Daniel Jacobowitz  <dan@codesourcery.com>

	* sysdeps/unix/sysv/linux/arm/kernel-features.h: Undefine
	__ASSUME_PSELECT and __ASSUME_PPOLL.

Index: sysdeps/unix/sysv/linux/arm/kernel-features.h
===================================================================
RCS file: /cvs/glibc/ports/sysdeps/unix/sysv/linux/arm/kernel-features.h,v
retrieving revision 1.4
diff -u -p -r1.4 kernel-features.h
--- sysdeps/unix/sysv/linux/arm/kernel-features.h	23 May 2007 17:33:17 -0000	1.4
+++ sysdeps/unix/sysv/linux/arm/kernel-features.h	17 Sep 2007 16:31:23 -0000
@@ -52,3 +52,7 @@
 #endif
 
 #include_next <kernel-features.h>
+
+/* These syscalls are not implemented yet for ARM.  */
+#undef __ASSUME_PSELECT
+#undef __ASSUME_PPOLL


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]