aboutsummaryrefslogtreecommitdiff
path: root/gzclose.c
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:27:26 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:27:26 -0700
commit7751bd4c715ea8478113e34b49b5a794a4642e8e (patch)
tree537ba82b3780f933c2f17028febd6fe3a2332190 /gzclose.c
parente0ff940e1adb68d3575705ebf1546d9f07ad3b4a (diff)
downloadzlib-7751bd4c715ea8478113e34b49b5a794a4642e8e.tar.gz
zlib-7751bd4c715ea8478113e34b49b5a794a4642e8e.tar.bz2
zlib-7751bd4c715ea8478113e34b49b5a794a4642e8e.zip
zlib 1.2.3.9v1.2.3.9
Diffstat (limited to 'gzclose.c')
-rw-r--r--gzclose.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gzclose.c b/gzclose.c
index e20d404..caeb99a 100644
--- a/gzclose.c
+++ b/gzclose.c
@@ -3,8 +3,6 @@
3 * For conditions of distribution and use, see copyright notice in zlib.h 3 * For conditions of distribution and use, see copyright notice in zlib.h
4 */ 4 */
5 5
6#ifndef OLD_GZIO
7
8#include "gzguts.h" 6#include "gzguts.h"
9 7
10/* gzclose() is in a separate file so that it is linked in only if it is used. 8/* gzclose() is in a separate file so that it is linked in only if it is used.
@@ -25,5 +23,3 @@ int ZEXPORT gzclose(file)
25 return gzclose_r(file); 23 return gzclose_r(file);
26#endif 24#endif
27} 25}
28
29#endif /* !OLD_GZIO */