commit | fd39217a740d1ef672cce8e204a34d1e4b9fd428 | [log] [tgz] |
---|---|---|
author | Manish Pandey <manish.pandey2@arm.com> | Mon Nov 06 14:28:25 2023 +0000 |
committer | Manish Pandey <manish.pandey2@arm.com> | Mon Nov 06 21:13:38 2023 +0000 |
tree | e4b7d34deadf2a9cce787b21c0261ac4947e04b0 | |
parent | d3a9990c6a1d6fa89bdd61d240e7b56db383a00e [diff] [blame] |
chore(zlib): update zlib to version 1.3 Update the zlib source files to the latest tagged version 1.3 [1]. [1] https://github.com/madler/zlib/tree/v1.3 Signed-off-by: Manish Pandey <manish.pandey2@arm.com> Change-Id: I1eba5671efab75699e68fc2f2aa9400d0f5aba7d
diff --git a/lib/zlib/inffast.h b/lib/zlib/inffast.h index e5c1aa4..49c6d15 100644 --- a/lib/zlib/inffast.h +++ b/lib/zlib/inffast.h
@@ -8,4 +8,4 @@ subject to change. Applications should only use zlib.h. */ -void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start)); +void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start);