Merge pull request #111 from jhjeong-kr/impr

typo: SICHLD -> SIGCHLD
This commit is contained in:
Mrunal Patel 2015-07-09 21:06:52 -07:00
commit 53f5649501
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ func criuOptions(context *cli.Context) *libcontainer.CriuOpts {
}
// we have to use this type of signal handler because there is a memory leak if we
// wait and reap with SICHLD.
// wait and reap with SIGCHLD.
func handleSignals(process *libcontainer.Process, tty *tty) {
sigc := make(chan os.Signal, 10)
signal.Notify(sigc)