Threads don't block SIGCHLD.
authoraland <aland>
Tue, 6 Nov 2001 19:02:56 +0000 (19:02 +0000)
committeraland <aland>
Tue, 6 Nov 2001 19:02:56 +0000 (19:02 +0000)
commit0ba9df764fb33859b44043d2b7fca306fcc6abd9
tree54fde2fec16fb5d056de4a63546a46ddca096c0c
parentcbc5a0fa4fd3674acdc385b28c22ea5d4ce96acd
Threads don't block SIGCHLD.

Do waitpid() even when using threads, to clean up Exec-Program
child processes.

Bug noted by "louzhigang"<cddxj@21cn.com>
src/main/radiusd.c
src/main/threads.c