|
@@ -41,7 +41,7 @@ const
|
|
function FPSigProcMask(how:cint;const nset : sigset;var oset : sigset):cint;cdecl; external clib name 'sigprocmask';
|
|
function FPSigProcMask(how:cint;const nset : sigset;var oset : sigset):cint;cdecl; external clib name 'sigprocmask';
|
|
Function FpSigPending (var nset : sigset): cInt; external clib name 'sigpending';
|
|
Function FpSigPending (var nset : sigset): cInt; external clib name 'sigpending';
|
|
Function FpSigSuspend (constref sigmask : TSigSet): cInt; external clib name 'sigsuspend';
|
|
Function FpSigSuspend (constref sigmask : TSigSet): cInt; external clib name 'sigsuspend';
|
|
-{$if not defined(darwin) and not defined(haiku)}
|
|
|
|
|
|
+{$if not defined(darwin) and not defined(haiku) and not defined(beos)}
|
|
Function FpSigTimedWait (Constref sigset : TSigSet; info : Psiginfo; timeout:Ptimespec): cInt; cdecl; external clib name 'sigtimedwait';
|
|
Function FpSigTimedWait (Constref sigset : TSigSet; info : Psiginfo; timeout:Ptimespec): cInt; cdecl; external clib name 'sigtimedwait';
|
|
{$endif}
|
|
{$endif}
|
|
Function FpUmask (cmask : TMode): TMode; cdecl; external clib name 'umask';
|
|
Function FpUmask (cmask : TMode): TMode; cdecl; external clib name 'umask';
|
|
@@ -175,7 +175,7 @@ const
|
|
function FpReaddir (dirp : pdir) : pdirent;cdecl; external clib name 'readdir'+suffix64bit;
|
|
function FpReaddir (dirp : pdir) : pdirent;cdecl; external clib name 'readdir'+suffix64bit;
|
|
function FpClosedir (dirp : pdir): cint; cdecl; external clib name 'closedir'{$ifdef aix}+suffix64bit{$endif};
|
|
function FpClosedir (dirp : pdir): cint; cdecl; external clib name 'closedir'{$ifdef aix}+suffix64bit{$endif};
|
|
function FpSigaction (sig: cint;var act : sigactionrec; var oact : sigactionrec): cint; cdecl; external clib name 'sigaction';
|
|
function FpSigaction (sig: cint;var act : sigactionrec; var oact : sigactionrec): cint; cdecl; external clib name 'sigaction';
|
|
-{$if not defined(darwin) and not defined(haiku)}
|
|
|
|
|
|
+{$if not defined(darwin) and not defined(haiku) and not defined(beos)}
|
|
Function FpSigTimedWait (Const sigset : TSigSet; info : Psiginfo; var timeout:Ttimespec): cInt; cdecl; external clib name 'sigtimedwait';
|
|
Function FpSigTimedWait (Const sigset : TSigSet; info : Psiginfo; var timeout:Ttimespec): cInt; cdecl; external clib name 'sigtimedwait';
|
|
{$endif}
|
|
{$endif}
|
|
function FpTime (tloc:ptime_t): time_t; cdecl; external clib name 'time';
|
|
function FpTime (tloc:ptime_t): time_t; cdecl; external clib name 'time';
|