Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion libc/include/sys/resource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ functions:
- POSIX
return_type: int
arguments:
- type: int
- type: struct rlimit *
- name: setrlimit
standards:
- POSIX
return_type: int
arguments:
- type: const struct rlimit
- type: int
- type: const struct rlimit *
Loading