summaryrefslogtreecommitdiff
path: root/hurd/hurd_types.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-04-27 08:27:19 +0000
committerRoland McGrath <roland@gnu.org>1999-04-27 08:27:19 +0000
commitdbe7ada5894dfe45e4780cca93227e21ad4dcc4f (patch)
treedf98161be3951a9691164bc1bb84c644fee9ad5f /hurd/hurd_types.h
parentba43ec407a7377814ae923c6c3d3c358edbd1f35 (diff)
1999-04-27 Roland McGrath <roland@baalperazim.frob.com>
* hurd_types.h (EXEC_SIGTRAP): New macro.
Diffstat (limited to 'hurd/hurd_types.h')
-rw-r--r--hurd/hurd_types.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/hurd/hurd_types.h b/hurd/hurd_types.h
index cb64b771..3595d049 100644
--- a/hurd/hurd_types.h
+++ b/hurd/hurd_types.h
@@ -1,5 +1,5 @@
/* C declarations for Hurd server interfaces
- Copyright (C) 1993, 94, 95, 96, 98 Free Software Foundation, Inc.
+ Copyright (C) 1993, 94, 95, 96, 98, 99 Free Software Foundation, Inc.
This file is part of the GNU Hurd.
@@ -73,7 +73,8 @@ typedef struct statfs fsys_statfsbuf_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_SIGTRAP 0x00000008 /* Simulate SIGTRAP on startup. */
+/* This flag is passed through by the exec server but not examined by it. */
#define EXEC_STACK_ARGS 0x00000010 /* Use arguments from stack, not RPC. */
/* Bits for flags in fs.defs:file_set_translator call: */