summaryrefslogtreecommitdiff
path: root/hurd/hurd_types.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-05-03 22:30:04 +0000
committerRoland McGrath <roland@gnu.org>1996-05-03 22:30:04 +0000
commit1446c087f9e5d00c2c571f5ec064b4c520003191 (patch)
treef22b034c5f62e07b4f0b879c61ffa42d2f6af1a4 /hurd/hurd_types.h
parent894d88ebe01a9b08990ebf3e05e515dd46043803 (diff)
(EXEC_INHERITED): Macro removed.
Diffstat (limited to 'hurd/hurd_types.h')
-rw-r--r--hurd/hurd_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hurd/hurd_types.h b/hurd/hurd_types.h
index 2f8c0507..50887d2c 100644
--- a/hurd/hurd_types.h
+++ b/hurd/hurd_types.h
@@ -74,7 +74,6 @@ typedef struct stat io_statbuf_t;
#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_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: */
#define FS_TRANS_FORCE 0x00000001 /* Must use translator(no sht circuit) */