const syscall.CLONE_VFORK

2 uses

	syscall (current package)
		exec_linux.go#L217: 		r1, err1 = rawVforkSyscall(SYS_CLONE, uintptr(SIGCHLD|CLONE_VFORK|CLONE_VM)|sys.Cloneflags)
		zerrors_linux_amd64.go#L171: 	CLONE_VFORK                      = 0x4000