mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
![Guillaume J. Charmes](/assets/img/avatar_default.png)
Docker-DCO-1.1-Signed-off-by: Guillaume J. Charmes <guillaume.charmes@docker.com> (github: creack)
8 lines
188 B
Go
8 lines
188 B
Go
// +build linux,amd64
|
|
|
|
package system
|
|
|
|
// Via http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=7b21fddd087678a70ad64afc0f632e0f1071b092
|
|
const (
|
|
SYS_SETNS = 308
|
|
)
|