mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
0277d7d6e9
It's now possible to build our pledge() polyfill as a dynamic shared object that can be injected into a glibc executable using LD_PRELOAD
7 lines
198 B
C
7 lines
198 B
C
#ifndef COSMOPOLITAN_LIBC_SYSV_CONSTS_MFD_H_
|
|
#define COSMOPOLITAN_LIBC_SYSV_CONSTS_MFD_H_
|
|
|
|
#define MFD_CLOEXEC 1
|
|
#define MFD_ALLOW_SEALING 2
|
|
|
|
#endif /* COSMOPOLITAN_LIBC_SYSV_CONSTS_MFD_H_ */
|