Removed debug message

This commit is contained in:
Sergey Lyubka 2013-10-07 17:29:53 +01:00
parent 3adaf8dba9
commit e6ac3af454

View File

@ -86,7 +86,6 @@ static void WINCDECL signal_handler(int sig_num) {
// reap zombies if SIGCHLD is ignored. On QNX, for example, waitpid()
// fails if SIGCHLD is ignored, making system() non-functional.
if (sig_num == SIGCHLD) {
printf("dssfdsfds\n");
do {} while (waitpid(-1, &sig_num, WNOHANG) > 0);
} else
#endif