* dir.cc (rmdir): Eliminate nonsensical code.

* fork.cc (fork): Move exit debug_printf to last statement.
This commit is contained in:
Christopher Faylor
2005-10-21 14:08:19 +00:00
parent 09968b6d27
commit a591389de3
3 changed files with 8 additions and 5 deletions

View File

@ -601,8 +601,8 @@ fork ()
set_errno (grouped.this_errno);
}
syscall_printf ("%d = fork()", res);
sig_send (NULL, __SIGNOHOLD);
syscall_printf ("%d = fork()", res);
return res;
}
#ifdef DEBUGGING