diff options
author | Ryan VanderMeulen <ryanvm@gmail.com> | 2022-10-24 20:37:02 +0000 |
---|---|---|
committer | Ryan VanderMeulen <ryanvm@gmail.com> | 2022-10-24 20:37:02 +0000 |
commit | c20cf7557ad51505fa9664a11519f3930a607d1c (patch) | |
tree | 2fa4b34bd35a4528b9973bf9f95b6b5cc66c1561 /lib/zlib/zutil.h | |
parent | c2ea930c748b031d861a72f99f5bd28cf5e4f103 (diff) | |
download | nss-hg-c20cf7557ad51505fa9664a11519f3930a607d1c.tar.gz |
Bug 1796815 - Update zlib in NSS to 1.2.13. r=nss-reviewers,mt
Differential Revision: https://phabricator.services.mozilla.com/D159949
Diffstat (limited to 'lib/zlib/zutil.h')
-rw-r--r-- | lib/zlib/zutil.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/zlib/zutil.h b/lib/zlib/zutil.h index a84bc5eff..0bc7f4ecd 100644 --- a/lib/zlib/zutil.h +++ b/lib/zlib/zutil.h @@ -170,7 +170,7 @@ extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */ # define OS_CODE 19 #endif -#if defined(RISCOS) +#if defined(_BEOS_) || defined(RISCOS) # define fdopen(fd,mode) NULL /* No fdopen() */ #endif @@ -193,6 +193,7 @@ extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */ (!defined(_LARGEFILE64_SOURCE) || _LFS64_LARGEFILE-0 == 0) ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t)); ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t)); + ZEXTERN uLong ZEXPORT crc32_combine_gen64 OF((z_off_t)); #endif /* common defaults */ |