Hi!
Is there a debian package with the fpc-SOURCES in it? I installed fpc 1.0.10, using
apt-get ... but it didn't install the sources and I couldn't find an "apt-compatibele"
package. The reason I ask is, that Lazarus needs them.
--
Rudolf Harney
The libc unit declares the sigaction() function in "sigactionh.inc" as:
function sigaction( __sig:longint; Const act: _sigaction;
Var oldact: _sigaction):longint;cdecl;external clib name
'sigaction';
According to the libc man page: "Either act or oldact can be a null pointe