From a19ff5b204a5e36ae522feb4acc0f31542b95f38 Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 7 Jan 2005 18:03:36 +0000 Subject: debugging for sam, and an old fix forgotten --- include/libc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libc.h') diff --git a/include/libc.h b/include/libc.h index d9074681..b84e34b1 100644 --- a/include/libc.h +++ b/include/libc.h @@ -590,6 +590,7 @@ extern void freenetconninfo(NetConnInfo*); #define OCEXEC 32 /* or'ed in, close on exec */ #define ORCLOSE 64 /* or'ed in, remove on close */ #define ODIRECT 128 /* or'ed in, direct access */ +#define ONONBLOCK 256 /* or'ed in, non-blocking call */ #define OEXCL 0x1000 /* or'ed in, exclusive use (create only) */ #define OLOCK 0x2000 /* or'ed in, lock after opening */ -- cgit v1.2.3