diff --git a/libc/include/sys/resource.yaml b/libc/include/sys/resource.yaml index 3652d6d490a49..e7645a3b4f0b3 100644 --- a/libc/include/sys/resource.yaml +++ b/libc/include/sys/resource.yaml @@ -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 *