mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-30 12:39:18 +02:00
Merged revisions 2643 via svnmerge from
http://peter@svn.freepascal.org/svn/fpc/trunk ........ r2643 | peter | 2006-02-20 08:41:28 +0100 (Mon, 20 Feb 2006) | 2 lines * fix fpugetrlimit ........ git-svn-id: branches/fixes_2_0@2644 -
This commit is contained in:
parent
24daecd1d6
commit
5ff13aa3a7
@ -483,7 +483,6 @@ end;
|
|||||||
function fpugetrlimit(resource : cInt; rlim : PRLimit) : cInt;
|
function fpugetrlimit(resource : cInt; rlim : PRLimit) : cInt;
|
||||||
begin
|
begin
|
||||||
FpUGetRLimit := do_syscall(syscall_nr_ugetrlimit,
|
FpUGetRLimit := do_syscall(syscall_nr_ugetrlimit,
|
||||||
syscall_nr_getrlimit,
|
|
||||||
TSysParam(resource), TSysParam(rlim));
|
TSysParam(resource), TSysParam(rlim));
|
||||||
end;
|
end;
|
||||||
{$endif}
|
{$endif}
|
||||||
|
Loading…
Reference in New Issue
Block a user