diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2024-03-03 13:30:04 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2024-03-04 01:00:38 +0000 |
| commit | 822042fdfca79faada89e67110b01dd9ecc05996 (patch) | |
| tree | 4c82e73a94a922ad11a45dab82488ac0a4ecdb90 /include/spawn.h | |
| parent | 80ac36c3a2a87a19790eba487466bf70d55f566e (diff) | |
Diffstat (limited to 'include/spawn.h')
| -rw-r--r-- | include/spawn.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/spawn.h b/include/spawn.h index 9643fcda5c13..a93315930954 100644 --- a/include/spawn.h +++ b/include/spawn.h @@ -59,6 +59,7 @@ typedef struct __posix_spawn_file_actions *posix_spawn_file_actions_t; #define POSIX_SPAWN_SETSCHEDULER 0x08 #define POSIX_SPAWN_SETSIGDEF 0x10 #define POSIX_SPAWN_SETSIGMASK 0x20 +#define POSIX_SPAWN_DISABLE_ASLR_NP 0x40 __BEGIN_DECLS /* |
