const syscall.CLONE_PARENT

one use

	syscall (current package)
		exec_linux.go#L25: 	CLONE_PARENT         = 0x00008000 // set if we want to have the same parent as the cloner