add OLOCK

This commit is contained in:
rsc 2004-06-11 14:38:44 +00:00
parent 4f0073fec2
commit d2ffec702e
2 changed files with 3 additions and 0 deletions

View file

@ -561,6 +561,7 @@ extern void freenetconninfo(NetConnInfo*);
#define ORCLOSE 64 /* or'ed in, remove on close */
#define ODIRECT 128 /* or'ed in, bypass the cache */
#define OEXCL 0x1000 /* or'ed in, exclusive use (create only) */
#define OLOCK 0x2000 /* or'ed in, lock after opening */
#define AEXIST 0 /* accessible: exists */
#define AEXEC 1 /* execute access */