From 134767051006b15de509bce33c3495bb40b6f97a Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 10 Aug 1994 03:56:35 +0000 Subject: entered into RCS --- hurd/=core.defs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'hurd') 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 -/* 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); -- cgit v1.2.3