summaryrefslogtreecommitdiff
path: root/zlib/uncompr.c
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2012-03-02 17:15:20 +0000
committerMatthias Klose <doko@gcc.gnu.org>2012-03-02 17:15:20 +0000
commit43743d63b3e6026088cb5bacca87ccc08acd97cd (patch)
tree08301625dedcb8a8837a464f46ca0292c54c5ecb /zlib/uncompr.c
parent5d216c70d980e3169b42e9734cf4bea1648ff8f0 (diff)
2012-03-02 Matthias Klose <doko@ubuntu.com>
* Imported zlib 1.2.5; merged local changes. From-SVN: r184805
Diffstat (limited to 'zlib/uncompr.c')
-rw-r--r--zlib/uncompr.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/zlib/uncompr.c b/zlib/uncompr.c
index 8519d9bfaf8..8a2e1f97194 100644
--- a/zlib/uncompr.c
+++ b/zlib/uncompr.c
@@ -1,5 +1,5 @@
/* uncompr.c -- decompress a memory buffer
- * Copyright (C) 1995-2003 Jean-loup Gailly.
+ * Copyright (C) 1995-2003, 2010 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
@@ -16,8 +16,6 @@
been saved previously by the compressor and transmitted to the decompressor
by some mechanism outside the scope of this compression library.)
Upon exit, destLen is the actual size of the compressed buffer.
- This function can be used to decompress a whole file at once if the
- input file is mmap'ed.
uncompress returns Z_OK if success, Z_MEM_ERROR if there was not
enough memory, Z_BUF_ERROR if there was not enough room in the output