summaryrefslogtreecommitdiff
path: root/hurd/=core.defs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1991-10-30 17:28:22 +0000
committerMichael I. Bushnell <mib@gnu.org>1991-10-30 17:28:22 +0000
commit54adbae12c7f23084a9e9c9986c233cac49432c3 (patch)
tree2c9ea417bdbe28257dff288968df72f07b0526a9 /hurd/=core.defs
parent7f41b9d5e9f82df9a5ac24a5af3ceb6c4ee6c8ff (diff)
Formerly core.defs.~2~
Diffstat (limited to 'hurd/=core.defs')
-rw-r--r--hurd/=core.defs7
1 files changed, 5 insertions, 2 deletions
diff --git a/hurd/=core.defs b/hurd/=core.defs
index d0cd099b..034d577b 100644
--- a/hurd/=core.defs
+++ b/hurd/=core.defs
@@ -24,10 +24,13 @@ subsystem core 32000;
#include <hurd/hurd_types.defs>
/* Dump a core file for TASK in the file `core' in COREDIR.
- SIGNO is the signal that caused the process to dump core. */
+ 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. */
routine core_dump_task (
coreserver: mach_port_t;
task: task_t;
coredir: file_t;
- signo: int);
+ signo: int;
+ limit: int);