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

@ -536,6 +536,8 @@ int _drawmsgread(Display*, void*, int);
int _drawmsgwrite(Display*, void*, int); int _drawmsgwrite(Display*, void*, int);
int _latin1(Rune*, int); int _latin1(Rune*, int);
int mousescrollsize(int);
#if defined(__cplusplus) #if defined(__cplusplus)
} }
#endif #endif

View file

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