=================================================================== RCS file: /afs/sipb/project/pthreads/src/CVS/pthreads/machdep/engine-sparc-sunos-4.1.3.h,v retrieving revision 1.50 diff -c -r1.50 engine-sparc-sunos-4.1.3.h *** 1.50 1994/08/08 03:42:52 --- engine-sparc-sunos-4.1.3.h 1994/09/19 02:09:51 *************** *** 75,81 **** * Some fd flag defines that are necessary to distinguish between posix * behavior and bsd4.3 behavior. */ ! #define __FD_NONBLOCK O_NONBLOCK /* * New functions --- 75,81 ---- * Some fd flag defines that are necessary to distinguish between posix * behavior and bsd4.3 behavior. */ ! #define __FD_NONBLOCK (O_NONBLOCK | O_NDELAY) /* * New functions