1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-29 11:21:22 +03:00

updated headers in gz* files

This commit is contained in:
Przemyslaw Skibinski
2016-11-29 18:02:34 +01:00
parent 087bd2c198
commit f0d7da79de
5 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,7 @@
/* gzguts.h contains minimal changes required to be compiled with zlibWrapper:
* - #include "zlib.h" was changed to #include "zstd_zlibwrapper.h"
* - gz_statep was converted to union to work with -Wstrict-aliasing=1 */
/* gzguts.h -- zlib internal header definitions for gz* operations
* Copyright (C) 2004, 2005, 2010, 2011, 2012, 2013 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h