mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-26 01:29:18 +02:00
* Small sigprocmask fix
This commit is contained in:
parent
e5d341dd20
commit
cc8f33e2ad
@ -30,9 +30,9 @@ Const // OS specific parameters for general sigset behaviour
|
|||||||
|
|
||||||
{$I gensigset.inc} // general sigset funcs implementation.
|
{$I gensigset.inc} // general sigset funcs implementation.
|
||||||
|
|
||||||
{$ifndef ver1_0}
|
{ $ ifndef ver1_0}
|
||||||
Function FpSigProcMask(how : cInt; Const nset : TSigSet; var oset : TSigSet): cInt; external name 'FPC_SYSC_SIGPROGMASK';
|
Function FpSigProcMask(how : cInt; Const nset : TSigSet; var oset : TSigSet): cInt; external name 'FPC_SYSC_SIGPROGMASK';
|
||||||
{$endif}
|
{ $ endif}
|
||||||
|
|
||||||
Function FPKill(Pid:pid_t;Sig:cint):cint;
|
Function FPKill(Pid:pid_t;Sig:cint):cint;
|
||||||
{
|
{
|
||||||
@ -463,7 +463,10 @@ end;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.1 2003-01-05 19:01:28 marco
|
Revision 1.2 2003-01-05 19:10:05 marco
|
||||||
|
* Small sigprocmask fix
|
||||||
|
|
||||||
|
Revision 1.1 2003/01/05 19:01:28 marco
|
||||||
* FreeBSD compiles now with baseunix mods.
|
* FreeBSD compiles now with baseunix mods.
|
||||||
|
|
||||||
Revision 1.11 2002/11/14 13:25:27 marco
|
Revision 1.11 2002/11/14 13:25:27 marco
|
||||||
|
Loading…
Reference in New Issue
Block a user