Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/compat/linux/common



> +	/*
> +	 * XXX: Linux has 33 realtime signals, the go binary wants to
> +	 * reset all of them; nothing else uses the last RT signal, so for
> +	 * now ignore it.
> +	 */
> +	if (sig == LINUX__NSIG) {
> +		uprintf("%s: setting signal %d ignored\n", __func__, sig);
> +		sig--;	/* back to 63 which is ignored */
> +	}

Why not add a signal?


Home | Main Index | Thread Index | Old Index