From d39a2558bc6a16748b80ec0b3b090d2bf3900431 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Mon, 3 Oct 2022 11:56:31 -0700 Subject: Add missing symbols to os400/bndsrc. --- os400/bndsrc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/os400/bndsrc b/os400/bndsrc index 5e6e0a2..9f92bb1 100644 --- a/os400/bndsrc +++ b/os400/bndsrc @@ -116,4 +116,12 @@ STRPGMEXP PGMLVL(*CURRENT) SIGNATURE('ZLIB') EXPORT SYMBOL("inflateValidate") EXPORT SYMBOL("uncompress2") +/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ +/* Version 1.2.12 additional entry points. */ +/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ + + EXPORT SYMBOL("crc32_combine_gen64") + EXPORT SYMBOL("crc32_combine_gen") + EXPORT SYMBOL("crc32_combine_op") + ENDPGMEXP -- cgit v1.2.1