aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-07 18:03:36 +0000
committerrsc <devnull@localhost>2005-01-07 18:03:36 +0000
commita19ff5b204a5e36ae522feb4acc0f31542b95f38 (patch)
tree9f03f972fe7615d0c763fb680a0a837e4f625729 /include
parentb80755cf2d7bfaed4c8120cbd9b874f799e65644 (diff)
downloadplan9port-a19ff5b204a5e36ae522feb4acc0f31542b95f38.tar.gz
plan9port-a19ff5b204a5e36ae522feb4acc0f31542b95f38.tar.bz2
plan9port-a19ff5b204a5e36ae522feb4acc0f31542b95f38.zip
debugging for sam, and an old fix forgotten
Diffstat (limited to 'include')
-rw-r--r--include/libc.h1
1 files changed, 1 insertions, 0 deletions
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 */