diff options
Diffstat (limited to 'hurd/crash_reply.defs')
-rw-r--r-- | hurd/crash_reply.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/crash_reply.defs b/hurd/crash_reply.defs index 27880a15..ec6ddcd6 100644 --- a/hurd/crash_reply.defs +++ b/hurd/crash_reply.defs @@ -27,4 +27,4 @@ subsystem crash_reply 32100; /* must match crash + 100 */ simpleroutine crash_dump_task_reply ( ureply_port: mach_port_poly_t; - result: int, RETCODE); + RETURN_CODE_ARG); |