diff options
-rw-r--r-- | hurd/=core.defs | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/hurd/=core.defs b/hurd/=core.defs index 6968cd3d..3789acae 100644 --- a/hurd/=core.defs +++ b/hurd/=core.defs @@ -1,11 +1,11 @@ /* MiG protocol for core dumping. - Copyright (C) 1991 Free Software Foundation + Copyright (C) 1992 Free Software Foundation This file is part of the GNU Hurd. The GNU Hurd is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. The GNU Hurd is distributed in the hope that it will be useful, @@ -23,13 +23,11 @@ subsystem core 32000; #include <hurd/hurd_types.defs> -/* Dump a core file for TASK in FILE. HOST is the Mach host port for TASK. - SIGNO and SIGCODE indicate the signal that caused the process to dump core. - */ +/* Dump a core file for TASK in FILE. SIGNO and SIGCODE indicate the + signal that caused the process to dump core. */ routine core_dump_task ( coreserver: mach_port_t; task: task_t; - host: host_t; file: file_t; signo: int; sigcode: int); |