Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gfreewind authored Aug 26, 2016
1 parent 072c1af commit ebe065a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Every directory focuses on one topic.

#1. waitpid_sigchld_ignore:

## Question


When SIGCHLD is ignored, how about waitpid?

The following is from "man 2 waitpid"
Expand All @@ -27,3 +30,8 @@ process ID and status of that child.
/******************************************************************************************************/

Is it really blocked?

## Answer
No!


0 comments on commit ebe065a

Please sign in to comment.