summaryrefslogtreecommitdiff
path: root/erts/emulator/drivers/common/gzio_zutil.h
Commit message (Collapse)AuthorAgeFilesLines
* update copyright-yearHenrik Nord2016-03-151-1/+1
|
* Change license text to APLv2Bruce Yinhe2015-06-181-10/+11
|
* Don't make gzio.c dependent on the zutil.h header fileBjörn Gustavsson2014-01-141-9/+0
| | | | | | | | | | | | | | | gzio.c is our own replacement for zlib's gzopen() etc (based on a version of gzio.c that was included in an old version of zlib). Unfortunately, gzio.c still depends on the *internal* zlib header file zutil.h which is not supposed to be used outside of the zlib source code. The dependencies are the use of the gzFile typedef and the F_OPEN() macro. Instead of gzFile, define and use our own ErtsGzFile. To get rid of the F_OPEN() macro, call open() of _wfopen() directly.
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-201-0/+82