cosmopolitan/libc/sysv/consts/mfd.h

8 lines
198 B
C
Raw Normal View History

2020-06-15 14:18:57 +00:00
#ifndef COSMOPOLITAN_LIBC_SYSV_CONSTS_MFD_H_
#define COSMOPOLITAN_LIBC_SYSV_CONSTS_MFD_H_
#define MFD_CLOEXEC 1
#define MFD_ALLOW_SEALING 2
2020-06-15 14:18:57 +00:00
#endif /* COSMOPOLITAN_LIBC_SYSV_CONSTS_MFD_H_ */