diff options
author | Michael I. Bushnell <mib@gnu.org> | 1992-01-10 22:28:06 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1992-01-10 22:28:06 +0000 |
commit | a6dbf54323dd375ea77a64e482b7fc1b4b20aa00 (patch) | |
tree | e5ee3198cb626f4b73d861112430e009a5d244f1 | |
parent | 71a4d87cb110fb51c0ac745bae08cfa5a7fea490 (diff) |
Formerly core.defs.~6~
-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); |