diff options
Diffstat (limited to 'hurd/hurdsig.c')
-rw-r--r-- | hurd/hurdsig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/hurdsig.c b/hurd/hurdsig.c index f26d43b111..1bfc093528 100644 --- a/hurd/hurdsig.c +++ b/hurd/hurdsig.c @@ -198,7 +198,7 @@ write_corefile (int signo, const struct hurd_signal_detail *detail) if (! err && file != MACH_PORT_NULL) /* The core dump into FILE succeeded, so now link it into the directory. */ - err = __dir_link (file, coredir, name, 1); + err = __dir_link (coredir, file, name, 1); __mach_port_deallocate (__mach_task_self (), file); __mach_port_deallocate (__mach_task_self (), coredir); return !err && file != MACH_PORT_NULL; |