summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-08-10 03:56:35 +0000
committerRoland McGrath <roland@gnu.org>1994-08-10 03:56:35 +0000
commit134767051006b15de509bce33c3495bb40b6f97a (patch)
treef7fb1f4cc9856d2b43376c288ca3c47df5ad9c1e /hurd
parent0d764353363c8476edcf061683671be23b387b67 (diff)
entered into RCS
Diffstat (limited to 'hurd')
-rw-r--r--hurd/=core.defs16
1 files changed, 8 insertions, 8 deletions
diff --git a/hurd/=core.defs b/hurd/=core.defs
index 06e02e35..a0a77723 100644
--- a/hurd/=core.defs
+++ b/hurd/=core.defs
@@ -1,5 +1,5 @@
/* MiG protocol for core dumping.
- Copyright (C) 1992 Free Software Foundation
+ Copyright (C) 1992, 1994 Free Software Foundation
This file is part of the GNU Hurd.
@@ -23,15 +23,15 @@ subsystem core 32000;
#include <hurd/hurd_types.defs>
-/* Dump a core file for TASK in FILE. SIGNO and SIGCODE indicate the
- signal that caused the process to dump core. For the standard core
- server, TARGET specifies the flavor of object file to write,
- and is normally taken from the `GNUTARGET' environment variable in the
- caller. */
+/* Dump a core file for TASK in FILE. SIGNO, SIGCODE, and SIGERROR
+ indicate the signal that caused the process to dump core. For the
+ standard core server, TARGET specifies the flavor of object file to
+ write, and is normally taken from the `GNUTARGET' environment variable
+ in the caller. */
routine core_dump_task (
coreserver: mach_port_t;
task: task_t;
file: file_t;
- signo: int; sigcode: int;
- target: string_t);
+ target: string_t;
+ signo: int; sigcode: int; sigerror: int);