]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lib/crc32: prefix public functions
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Mon, 10 Oct 2016 20:54:24 +0000 (17:54 -0300)
committerKarel Zak <kzak@redhat.com>
Wed, 19 Oct 2016 10:11:59 +0000 (12:11 +0200)
commit7f0d4d56a2f1ed34c3da4501e65fb79497b3dda1
treeeeca870689c5084128ffa5a49c845d2c19df308c
parent6a9aaf54915a454c21a16da94b2ed971158b416c
lib/crc32: prefix public functions

Make the publicly-visible crc32 library functions prefixed by ul_, such
as crc32() -> ul_crc32().
This is because it clashes with the crc32() function from zlib.
For newer versions of glib (2.50+) zlib and libblkid are required
dependencies and otherwise results in build failure when building
statically.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
disk-utils/fsck.cramfs.c
disk-utils/mkfs.cramfs.c
include/crc32.h
lib/crc32.c
libblkid/src/partitions/gpt.c
libblkid/src/superblocks/nilfs.c
libfdisk/src/gpt.c