diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2021-12-14 14:09:15 -0600 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2021-12-14 14:09:15 -0600 |
commit | aff17d7e25c06521e2f9d85c3d8fdfc85eae498c (patch) | |
tree | 2ed63cff051cbdfdca73516576633addcf2f0a57 /portability/meson.build | |
parent | 0a5db96c5c40409f1b627e34f83efe88d2e6feaa (diff) | |
download | apk-tools-feature/macos.tar.gz apk-tools-feature/macos.tar.bz2 apk-tools-feature/macos.tar.xz apk-tools-feature/macos.zip |
portability: take over strlcpyfeature/macos
Diffstat (limited to 'portability/meson.build')
-rw-r--r-- | portability/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/portability/meson.build b/portability/meson.build index 851dfca..90d6cd7 100644 --- a/portability/meson.build +++ b/portability/meson.build @@ -11,6 +11,7 @@ libportability_src = [] check_functions = [ ['memrchr', 'memrchr.c', 'NEED_MEMRCHR', 'string.h'], + ['strlcpy', 'strlcpy.c', 'NEED_STRLCPY', 'string.h'], ] |