ceilf-ieee: Work around bug on MacOS X 10.5.
[pspp] / lib / pipe-filter-aux.h
index 118970b850106d8bd2b8642d5d98ad883e918bab..8c6cb747aa6fcc8accbd399c00f030aeaeaab3df 100644 (file)
@@ -102,9 +102,6 @@ nonintr_select (int n, fd_set *readfds, fd_set *writefds, fd_set *exceptfds,
 #endif
 
 /* Non-blocking I/O.  */
-#ifndef O_NONBLOCK
-# define O_NONBLOCK O_NDELAY
-#endif
 #if HAVE_SELECT
 # define IS_EAGAIN(errcode) 0
 #else