From dbe7ada5894dfe45e4780cca93227e21ad4dcc4f Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 27 Apr 1999 08:27:19 +0000 Subject: 1999-04-27 Roland McGrath * hurd_types.h (EXEC_SIGTRAP): New macro. --- hurd/hurd_types.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'hurd') 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: */ -- cgit v1.2.3