Skip to content

osReserveHeapMemory: handle signed rlim_t

Fraser Tweedale requested to merge (removed):fix/freebsd-sign-compare into master

rlim_t is a signed type on FreeBSD, and the build fails with a sign-compare error. Add explicit (unsigned) casts to handle this case and fix the build.

Merge request reports