Glibc-2.38 adds new functions strlcat and strlcpy.

Signed-off-by: ormorph <roma251078@mail.ru>
(cherry picked from commit e43d2c5573)
r14.1.x
ormorph 6 months ago committed by Michele Calgaro
parent 4ad61009a1
commit 3156b549d7
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -28,13 +28,9 @@ if( WITH_GCC_VISIBILITY )
tde_setup_gcc_visibility( )
endif( )
##### ark #######################################
if( BUILD_ARK )
check_symbol_exists( strlcpy string.h HAVE_STRLCPY_PROTO )
check_symbol_exists( strlcat string.h HAVE_STRLCAT_PROTO )
endif( BUILD_ARK )
# strlcat and strlcpy check
check_symbol_exists( strlcpy string.h HAVE_STRLCPY_PROTO )
check_symbol_exists( strlcat string.h HAVE_STRLCAT_PROTO )
##### kcalc #####################################

Loading…
Cancel
Save