]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/spawn.h
xnu-4570.1.46.tar.gz
[apple/xnu.git] / bsd / sys / spawn.h
index edd7020d62b974c852ab3ec4a2edc401797389a5..bcf1d6367684393dcf1d9ea1a089f30b6725ea9b 100644 (file)
@@ -67,6 +67,9 @@
 #define        _POSIX_SPAWN_ALLOW_DATA_EXEC    0x2000
 #endif /* PRIVATE */
 #define        POSIX_SPAWN_CLOEXEC_DEFAULT     0x4000
+#ifdef PRIVATE
+#define        _POSIX_SPAWN_HIGH_BITS_ASLR     0x8000
+#endif /* PRIVATE */
 
 /*
  * Possible values to be set for the process control actions on resource starvation.