Skip to content

Commit 07f007a

Browse files
committed
revise get/set rlimit def
1 parent 9c1d2f8 commit 07f007a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libc/include/sys/resource.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ functions:
1212
- POSIX
1313
return_type: int
1414
arguments:
15+
- type: int
1516
- type: struct rlimit *
1617
- name: setrlimit
1718
standards:
1819
- POSIX
1920
return_type: int
2021
arguments:
21-
- type: const struct rlimit
22+
- type: int
23+
- type: const struct rlimit *

0 commit comments

Comments
 (0)