Change the select timeout from 100ms to 2 seconds now that SIGCHILD is

handled.
This commit is contained in:
Scott Long 2003-12-19 11:18:37 +00:00
parent 9ab65054a7
commit d11fc0ae6f
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@
* before coming out to see if a child has finished. SEL_SEC is the number of
* seconds and SEL_USEC is the number of micro-seconds
*/
#define SEL_SEC 0
#define SEL_USEC 100000
#define SEL_SEC 2
#define SEL_USEC 0
#endif /* !USE_KQUEUE */