瀏覽代碼

Disable FpSigTimedWait also for BeOS

git-svn-id: trunk@37259 -
pierre 7 年之前
父節點
當前提交
98be7e67f1
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      rtl/unix/oscdeclh.inc

+ 2 - 2
rtl/unix/oscdeclh.inc

@@ -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';