diff options
author | Roland McGrath <roland@gnu.org> | 1995-01-16 22:43:27 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-01-16 22:43:27 +0000 |
commit | 0b17071b6cb900ba7cb3c3434f21e8511eb751a7 (patch) | |
tree | 7a914ffb1f6763774b5b9bb2ae8f4c172424f234 /hurd | |
parent | 1e14b1d0f59e5d6bd20e84eef15127eb27f9ac39 (diff) |
(EXEC_TRACED): New macro.
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/hurd_types.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hurd/hurd_types.h b/hurd/hurd_types.h index 092fba9c..ca738efa 100644 --- a/hurd/hurd_types.h +++ b/hurd/hurd_types.h @@ -1,5 +1,5 @@ /* C declarations for Hurd server interfaces - Copyright (C) 1993, 1994 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc. This file is part of the GNU Hurd. @@ -70,6 +70,7 @@ 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. */ +#define EXEC_TRACED 0x00000008 /* Process is traced. */ /* Bits for flags in fs.defs:file_set_translator call: */ #define FS_TRANS_FORCE 0x00000001 /* Must use translator(no sht circuit) */ |