mirror of https://github.com/vishvananda/netns
dosc: mark CLONE_ flags as deprecated
This commit is contained in:
parent
604eaf189e
commit
3195ea9cc6
|
@ -13,8 +13,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// These constants belong in the syscall library but have not been
|
// Deprecated: use syscall pkg instead (go >= 1.5 needed).
|
||||||
// added yet.
|
|
||||||
CLONE_NEWUTS = 0x04000000 /* New utsname group? */
|
CLONE_NEWUTS = 0x04000000 /* New utsname group? */
|
||||||
CLONE_NEWIPC = 0x08000000 /* New ipcs */
|
CLONE_NEWIPC = 0x08000000 /* New ipcs */
|
||||||
CLONE_NEWUSER = 0x10000000 /* New user namespace */
|
CLONE_NEWUSER = 0x10000000 /* New user namespace */
|
||||||
|
|
Loading…
Reference in New Issue