summaryrefslogtreecommitdiff
path: root/portable/strlcat.c
diff options
context:
space:
mode:
Diffstat (limited to 'portable/strlcat.c')
-rw-r--r--portable/strlcat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/portable/strlcat.c b/portable/strlcat.c
index 9c8686d..613d3f2 100644
--- a/portable/strlcat.c
+++ b/portable/strlcat.c
@@ -31,6 +31,7 @@
* the system version.
*/
#if TESTING
+# undef strlcat
# define strlcat test_strlcat
size_t test_strlcat(char *, const char *, size_t);
#endif