diff options
Diffstat (limited to 'portable/strlcpy.c')
-rw-r--r-- | portable/strlcpy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/portable/strlcpy.c b/portable/strlcpy.c index 592e3ee..60fdab3 100644 --- a/portable/strlcpy.c +++ b/portable/strlcpy.c @@ -30,6 +30,7 @@ * the system version. */ #if TESTING +# undef strlcpy # define strlcpy test_strlcpy size_t test_strlcpy(char *, const char *, size_t); #endif |