Browse Source

Fix: setrlimit has two parameters

ceriel 31 years ago
parent
commit
6dc51ef6eb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mach/sparc/libsys/setrlimit.s

+ 1 - 1
mach/sparc/libsys/setrlimit.s

@@ -1,4 +1,4 @@
 #include "SYS.h"
 
-SYS_call_1(setrlimit)
+SYS_call_2(setrlimit)