cosmopolitan/libc/nt/enum/lockfile.h
Justine Tunney 690be544da Make redbean StoreAsset() work better
- Better UBSAN error messages
- POSIX Advisory Locks polyfills
- Move redbean manual to /.help.txt
- System call memory safety in ASAN mode
- Character classification now does UNICODE
2021-05-14 05:44:37 -07:00

7 lines
219 B
C

#ifndef COSMOPOLITAN_LIBC_NT_ENUM_LOCKFILE_H_
#define COSMOPOLITAN_LIBC_NT_ENUM_LOCKFILE_H_
#define kNtLockfileFailImmediately 1
#define kNtLockfileExclusiveLock 2
#endif /* COSMOPOLITAN_LIBC_NT_ENUM_LOCKFILE_H_ */