[fpc-devel] Fpsigprocmask

Michael Schnell mschnell at lumino.de
Fri Jan 22 15:32:36 CET 2010


>
> On Friday 22 January 2010 14:39:51 Michael Schnell wrote:
>   
>> 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 ?
>>
>>     
> I don't remember. Please check the sources.
>
>   

???? These _are_ the sources. There is not more to a library call.....

-Michael



More information about the fpc-devel mailing list