Skip to content
Snippets Groups Projects
Commit 4169360f authored by Fredrik Noring's avatar Fredrik Noring
Browse files

Removed C++ comments.

Rev: src/signal_handler.c:1.18
parent c61c6a21
No related branches found
No related tags found
No related merge requests found
......@@ -311,9 +311,10 @@ static RETSIGTYPE receive_signal(int signum)
int tmp;
if ((signum < 0) || (signum >= MAX_SIGNALS)) {
// Some OSs (Solaris 2.6) send a bad signum sometimes.
// SIGCHLD is the safest signal to substitute.
// /grubba 1998-05-19
/* Some OSs (Solaris 2.6) send a bad signum sometimes.
* SIGCHLD is the safest signal to substitute.
* /grubba 1998-05-19
*/
signum = SIGCHLD;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment