comparison src/sysdep.c @ 382:064ab7fed2e0 r21-2-6

Import from CVS: tag r21-2-6
author cvs
date Mon, 13 Aug 2007 11:07:39 +0200
parents 8626e4521993
children 6719134a07c2
comparison
equal deleted inserted replaced
381:908a86f940e6 382:064ab7fed2e0
210 int one = 1; 210 int one = 1;
211 ioctl (fd, FIONBIO, &one); 211 ioctl (fd, FIONBIO, &one);
212 } 212 }
213 #endif 213 #endif
214 214
215 #ifdef F_SETFL
215 fcntl (fd, F_SETFL, O_NONBLOCK); 216 fcntl (fd, F_SETFL, O_NONBLOCK);
217 #endif
216 } 218 }
217 219
218 #if defined (NO_SUBPROCESSES) 220 #if defined (NO_SUBPROCESSES)
219 221
220 #ifdef BSD 222 #ifdef BSD