libnxz / power-gzip

POWER NX zlib compliant library
23 stars 18 forks source link

Use older versions of the [un]compress API on test #179

Closed mscastanho closed 2 years ago

mscastanho commented 2 years ago

exhaust_credits.c may fail to compile on distros with older zlib versions that did not include uncompress2. For the purpose of this test it's irrelevant if we call [un]uncompress or [un]compress2, so use the older versions instead to avoid issues.

Signed-off-by: Matheus Castanho msc@linux.ibm.com