const syscall.CLONE_VFORK

2 uses

	syscall (current package)
		exec_linux.go#L24: 	CLONE_VFORK          = 0x00004000 // set if the parent wants the child to wake it up on mm_release
		exec_linux.go#L290: 		flags |= CLONE_VFORK | CLONE_VM