mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
690be544da
- 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
7 lines
219 B
C
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_ */
|