Skip to content

Fix compilation with musl.

Nick Mathewson requested to merge nickm/arti:no_rlimit_const into main

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).

Merge request reports