[fpc-devel] Fpsigprocmask
Michael Schnell
mschnell at lumino.de
Fri Jan 22 14:39:51 CET 2010
On 01/20/2010 08:22 PM, Martin Schreiber wrote:
>
> I copied the bits used by MSEgui, fixed the bugs which affected MSEgui and
> made it working on x86_64-linux. libc version compatibility is not so bad
> IMHO.
> MSEgui works with libc on Suse 9.3 and on 2.4 kernels up to Suse 11.2 and the
> newest Ubuntu.
>
I don't understand
mselibc:
function m_sigprocmask(__how:longint; var SigSet : TSigSet;
var oldset: Tsigset):longint;cdecl;external clib name
'sigprocmask';
FPC RTL singnalh.inc:
function sigprocmask(__how:longint; var SigSet : TSigSet;
var oldset: Tsigset):longint;cdecl;external clib name
'sigprocmask';
What is the differemce ?
-Michael
More information about the fpc-devel
mailing list