summaryrefslogtreecommitdiff
path: root/hurd/hurd_types.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-01-17 10:18:36 +0000
committerRoland McGrath <roland@gnu.org>1995-01-17 10:18:36 +0000
commitcea0ecedab662ec3c0076ea2c0372585e3713c9c (patch)
treea02f266b9784d88749a4050df6fc093e85492c58 /hurd/hurd_types.h
parent816f2d16abc7e8b6010d5f717b35893e16adc2e7 (diff)
(EXEC_INHERITED): New macro.
Diffstat (limited to 'hurd/hurd_types.h')
-rw-r--r--hurd/hurd_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hurd/hurd_types.h b/hurd/hurd_types.h
index ca738efa..921cb127 100644
--- a/hurd/hurd_types.h
+++ b/hurd/hurd_types.h
@@ -71,6 +71,7 @@ typedef struct stat io_statbuf_t;
#define EXEC_SECURE 0x00000002 /* Use secure values of portarray, etc. */
#define EXEC_DEFAULTS 0x00000004 /* Use defaults for unspecified ports. */
#define EXEC_TRACED 0x00000008 /* Process is traced. */
+#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) */