const syscall.CLONE_CLEAR_SIGHAND

one use

	syscall (current package)
		exec_linux.go#L45: 	CLONE_CLEAR_SIGHAND = 0x100000000 // Clear any signal handler and reset to SIG_DFL.