Date: Fri, 30 May 2003 00:36:08 +0200 (CEST) From: Martin Blapp <mb@imp.ch> To: Daniel Eischen <eischen@pcnet.com> Cc: freebsd-threads@freebsd.org Subject: Re: lock with openoffice build with libkse Message-ID: <20030530003538.F94836@cvs.imp.ch> In-Reply-To: <Pine.GSO.4.10.10305291648510.28562-100000@pcnet5.pcnet.com> References: <Pine.GSO.4.10.10305291648510.28562-100000@pcnet5.pcnet.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030530003538.F94836>