mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-21 03:29:19 +02:00
* added fptimes which was already imported in the syscall port
git-svn-id: trunk@2624 -
This commit is contained in:
parent
a9123d78d8
commit
a561bb8410
@ -53,6 +53,7 @@ Type TGrpArr = Array [0..0] of TGid; { C style array workarounds}
|
|||||||
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 FpTime (tloc:ptime_t): time_t; cdecl; external clib name 'time';
|
function FpTime (tloc:ptime_t): time_t; cdecl; external clib name 'time';
|
||||||
Function FpTime (var tloc : TTime): TTime; cdecl; external clib name 'time';
|
Function FpTime (var tloc : TTime): TTime; cdecl; external clib name 'time';
|
||||||
|
function FpTimes (var buffer : tms): TClock; cdecl; external clib name 'times';
|
||||||
function FpUname (var name: utsname): cint; cdecl; external clib name 'uname';
|
function FpUname (var name: utsname): cint; cdecl; external clib name 'uname';
|
||||||
function FpUnlink (path: pchar): cint; cdecl; external clib name 'unlink';
|
function FpUnlink (path: pchar): cint; cdecl; external clib name 'unlink';
|
||||||
function FpWaitpid (pid : TPid; stat_loc : pcint; options: cint): TPid; cdecl; external clib name 'waitpid';
|
function FpWaitpid (pid : TPid; stat_loc : pcint; options: cint): TPid; cdecl; external clib name 'waitpid';
|
||||||
|
Loading…
Reference in New Issue
Block a user