mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 16:40:28 +02:00
* small fix
This commit is contained in:
parent
44a6385e53
commit
a14491988b
@ -73,7 +73,7 @@ begin
|
||||
GetMem(Act, SizeOf(SigActionRec));
|
||||
GetMem(OldAct, SizeOf(SigActionRec));
|
||||
|
||||
{$ifndef ver_1_0}
|
||||
{$ifndef ver1_0}
|
||||
Act^.sa_handler := @SIGCHLDHandler;
|
||||
fillchar(Act^.sa_mask,sizeof(sigset_t),#0);
|
||||
{$else}
|
||||
@ -292,7 +292,10 @@ end;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.8 2002-11-17 21:09:44 marco
|
||||
Revision 1.9 2003-01-17 19:01:07 marco
|
||||
* small fix
|
||||
|
||||
Revision 1.8 2002/11/17 21:09:44 marco
|
||||
* 16byte sigset
|
||||
|
||||
Revision 1.7 2002/10/24 12:47:54 marco
|
||||
|
Loading…
Reference in New Issue
Block a user