Files
containerd/sys
Tobias Klauser bfa4b901a1 Use Prctl() and associated constants from x/sys/unix
Use unix.Prctl() instead of manually reimplementing it using
unix.RawSyscall. Also use unix.PR_SET_CHILD_SUBREAPER
unix.PR_GET_CHILD_SUBREAPER instead of locally defining them.

Also fix the package name form 'osutils' to 'sys' in the package level
comment.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
2017-07-19 10:30:12 +02:00
..
2016-11-29 15:38:24 -08:00
2016-11-29 15:38:24 -08:00
2016-11-29 15:38:24 -08:00
2017-04-07 09:20:44 -07:00