Skip to content

Commit

Permalink
Correct in zlib.map when deflateResetKeep was added.
Browse files Browse the repository at this point in the history
  • Loading branch information
madler committed Jan 29, 2012
1 parent 5461db9 commit 68a0224
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions zlib.map
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,8 @@ ZLIB_1.2.5.1 {
} ZLIB_1.2.3.5;

ZLIB_1.2.5.2 {
deflateResetKeep;
gzflags;
gzgetc_;
inflateResetKeep;
} ZLIB_1.2.5.1;

ZLIB_1.2.5.3 {
deflateResetKeep;
} ZLIB_1.2.5.2;

0 comments on commit 68a0224

Please sign in to comment.