diff options
Diffstat (limited to 'sysdeps/x86_64/stpcpy.S')
-rw-r--r-- | sysdeps/x86_64/stpcpy.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/x86_64/stpcpy.S b/sysdeps/x86_64/stpcpy.S index b9bbcd9cf6..ec23de1416 100644 --- a/sysdeps/x86_64/stpcpy.S +++ b/sysdeps/x86_64/stpcpy.S @@ -5,3 +5,4 @@ weak_alias (__stpcpy, stpcpy) libc_hidden_def (__stpcpy) +libc_hidden_builtin_def (stpcpy) |