diff options
author | jbj <devnull@localhost> | 2003-05-08 20:39:29 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-05-08 20:39:29 +0000 |
commit | 9c5529608e389271b80469054bfe80737521590a (patch) | |
tree | b1df8b79cd3fdbb7f10d3b48ee25fddb66072fe3 /zlib | |
parent | db7ab2f447ee6097b2e98a526f6383a5ca388718 (diff) | |
download | rpm-9c5529608e389271b80469054bfe80737521590a.tar.gz rpm-9c5529608e389271b80469054bfe80737521590a.tar.bz2 rpm-9c5529608e389271b80469054bfe80737521590a.zip |
- don't use error string after gzclose (Dmitry V. Levin).
Spliddles for rpmio, drill h_errno all the way through.
CVS patchset: 6826
CVS date: 2003/05/08 20:39:29
Diffstat (limited to 'zlib')
-rw-r--r-- | zlib/zlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/zlib.h b/zlib/zlib.h index a4591059f..c233facfc 100644 --- a/zlib/zlib.h +++ b/zlib/zlib.h @@ -845,7 +845,7 @@ ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy)) opened for writing. */ -ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)) +ZEXTERN int ZEXPORT gzread OF((gzFile file, /*@out@*/ voidp buf, unsigned len)) /*@globals errno, fileSystem @*/ /*@modifies file, *buf, errno, fileSystem @*/; /* |