diff options
-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) */ |