Fix compilation with musl.
Don't try to name the type of RLIMIT_FSIZE
in our tests:
its type is either c_int
or __rlimit_resource_t
depending on
the libc instance.
Closes #1264 (closed).
Don't try to name the type of RLIMIT_FSIZE
in our tests:
its type is either c_int
or __rlimit_resource_t
depending on
the libc instance.
Closes #1264 (closed).