diff options
Diffstat (limited to 'debug/stpcpy_chk.c')
-rw-r--r-- | debug/stpcpy_chk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debug/stpcpy_chk.c b/debug/stpcpy_chk.c index 230b52b..518dd78 100644 --- a/debug/stpcpy_chk.c +++ b/debug/stpcpy_chk.c @@ -32,3 +32,4 @@ __stpcpy_chk (char *dest, const char *src, size_t destlen) return memcpy (dest, src, len + 1) + len; } +libc_hidden_builtin_def (__stpcpy_chk) |