aboutsummaryrefslogtreecommitdiffhomepage
path: root/proc.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-08-28 22:02:44 +1000
committerGravatar axel <axel@liljencrantz.se>2006-08-28 22:02:44 +1000
commit53ea5d60b7433c06bdae94865c7b4be44fef79ed (patch)
tree9e583c61042ad9bff8e43d04a391f7a7695ac1c7 /proc.c
parent9525f429c636aca14f67a644e747c0258f7705ca (diff)
Minor code tweaks, mostly things like indentation, but also a ferw code reorderings
darcs-hash:20060828120244-ac50b-ad4be149ff245b6f799452f9eeff7bcc60af1526.gz
Diffstat (limited to 'proc.c')
-rw-r--r--proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proc.c b/proc.c
index 4ea9802e..a0f535db 100644
--- a/proc.c
+++ b/proc.c
@@ -454,7 +454,7 @@ void job_handle_signal ( int signal, siginfo_t *info, void *con )
handle_child_status( pid, status );
break;
}
- }
+ }
kill( 0, SIGIO );
errno=errno_old;
}