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

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to