const syscall.CLONE_NEWTIME

2 uses

	syscall (current package)
		exec_linux.go#L51: 	CLONE_NEWTIME = 0x00000080 // New time namespace
		exec_linux.go#L299: 	} else if flags&CLONE_NEWTIME != 0 {