diff options
-rw-r--r-- | hurd/hurd_types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hurd/hurd_types.h b/hurd/hurd_types.h index 7c6658e2..f4b3ec4b 100644 --- a/hurd/hurd_types.h +++ b/hurd/hurd_types.h @@ -71,7 +71,9 @@ typedef struct stat io_statbuf_t; #define EXEC_NEWTASK 0x00000001 /* Create new task; kill old one. */ #define EXEC_SECURE 0x00000002 /* Use secure values of portarray, etc. */ #define EXEC_DEFAULTS 0x00000004 /* Use defaults for unspecified ports. */ +/* These two are passed through by the exec server but not examined by it. */ #define EXEC_TRACED 0x00000008 /* Process is traced. */ +#define EXEC_STACK_ARGS 0x00000010 /* Use arguments from stack, not RPC. */ #define EXEC_INHERITED (EXEC_TRACED) /* Flags inherited by later execs. */ /* Bits for flags in fs.defs:file_set_translator call: */ |