dosc: mark CLONE_ flags as deprecated

This commit is contained in:
Hubert 2015-09-16 16:44:12 +02:00
parent 604eaf189e
commit 3195ea9cc6
1 changed files with 1 additions and 2 deletions

View File

@ -13,8 +13,7 @@ import (
)
const (
// These constants belong in the syscall library but have not been
// added yet.
// Deprecated: use syscall pkg instead (go >= 1.5 needed).
CLONE_NEWUTS = 0x04000000 /* New utsname group? */
CLONE_NEWIPC = 0x08000000 /* New ipcs */
CLONE_NEWUSER = 0x10000000 /* New user namespace */