From 0b17071b6cb900ba7cb3c3434f21e8511eb751a7 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 16 Jan 1995 22:43:27 +0000 Subject: (EXEC_TRACED): New macro. --- hurd/hurd_types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) */ -- cgit v1.2.3