Browse Source

* add public alias to getrlimit

git-svn-id: trunk@19878 -
marco 13 years ago
parent
commit
60c1b263d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/linux/ossysc.inc

+ 1 - 1
rtl/linux/ossysc.inc

@@ -579,7 +579,7 @@ begin
 end;
 end;
 
 
 
 
-function FpGetRLimit(resource : cInt; rlim : PRLimit) : cInt;
+function FpGetRLimit(resource : cInt; rlim : PRLimit) : cInt; [public, alias : 'FPC_SYSC_GETRLIMIT'];
 begin
 begin
 {$ifndef NO_SYSCALL_GETRLIMIT}
 {$ifndef NO_SYSCALL_GETRLIMIT}
   FpGetRLimit := do_syscall(syscall_nr_getrlimit,
   FpGetRLimit := do_syscall(syscall_nr_getrlimit,