lock with openoffice build with libkse

Martin Blapp mb at imp.ch
Thu May 29 15:36:12 PDT 2003


Hi,

> -	return (pthread_sigmask(how, set, oset));
> +	if (_kse_isthreaded() != 0)
> +		return (pthread_sigmask(how, set, oset));
> +	else
> +		return (__sys_sigprocmask(how, set, oset));
>  }

This fixes the build problem. Thank you !

Martin


More information about the freebsd-threads mailing list