git: libz: Stop exporting internal functions.

Sascha Wildner swildner at crater.dragonflybsd.org
Tue May 9 11:45:28 PDT 2023


commit f984587a4b80004803dfd4a71654b5f9f8629afe
Author: Sascha Wildner <saw at online.de>
Date:   Tue May 9 20:44:45 2023 +0200

    libz: Stop exporting internal functions.
    
    By default, this affects the following functions, which are now local:
    
    0000000000009d1d t _tr_align
    0000000000009d17 t _tr_flush_bits
    0000000000009e09 t _tr_flush_block
    0000000000009b8d t _tr_init
    0000000000009bfa t _tr_stored_block
    000000000000a433 t _tr_tally
    0000000000004d69 t gz_error
    000000000000ccbd t inflate_fast
    000000000000dc92 t inflate_table
    000000000000dc6e t zcalloc
    000000000000dc81 t zcfree
    
    Remove them from the ZLIBprivate_1.0 namespace, too. Also remove
    gz_intmax here. It is not built on DragonFly.

Summary of changes:
 lib/libz/Makefile   |  1 +
 lib/libz/Symbol.map | 12 ------------
 2 files changed, 1 insertion(+), 12 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f984587a4b80004803dfd4a71654b5f9f8629afe


-- 
DragonFly BSD source repository


More information about the Commits mailing list