From 905472b31113d5015cb80c0f7625d9ec84328368 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Sat, 2 Nov 1991 03:21:29 +0000 Subject: Formerly core.defs.~3~ --- hurd/=core.defs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'hurd') diff --git a/hurd/=core.defs b/hurd/=core.defs index 034d577b..125259f9 100644 --- a/hurd/=core.defs +++ b/hurd/=core.defs @@ -24,13 +24,17 @@ subsystem core 32000; #include /* Dump a core file for TASK in the file `core' in COREDIR. + HOST is the Mach host port for TASK. SIGNO is the signal that caused the process to dump core. LIMIT is the resource limit on the size of core files. - If the core file would be bigger than this, it is not written. */ + If the core file would be bigger than this, it is not written. + MODE gives the permissions for the core file. */ routine core_dump_task ( coreserver: mach_port_t; task: task_t; + host: host_t; coredir: file_t; signo: int; - limit: int); + limit: int; + mode: int); -- cgit v1.2.3