diff options
author | 2015-08-31 04:53:36 +0000 | |
---|---|---|
committer | 2015-08-31 04:53:36 +0000 | |
commit | 041808feae0dc38453bdf853a28ba8ec4460ea9c (patch) | |
tree | 60a271744118477c644f0d71b4762ad745992084 /lib/libc/arch/hppa/string | |
parent | add -I${LIBCSRCDIR}/hidden to handle _glibc_ churn (diff) | |
download | wireguard-openbsd-041808feae0dc38453bdf853a28ba8ec4460ea9c.tar.xz wireguard-openbsd-041808feae0dc38453bdf853a28ba8ec4460ea9c.zip |
Add ALTEXIT_{STRONG,WEAK} to support wrapping of functions using ALTENTRY.
Fix memmove with that
ok deraadt@
Diffstat (limited to 'lib/libc/arch/hppa/string')
-rw-r--r-- | lib/libc/arch/hppa/string/memmove.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/arch/hppa/string/memmove.S b/lib/libc/arch/hppa/string/memmove.S index 4b14de65110..2bbe3045b6d 100644 --- a/lib/libc/arch/hppa/string/memmove.S +++ b/lib/libc/arch/hppa/string/memmove.S @@ -152,5 +152,6 @@ $bcopy_r.done bv 0(rp) nop EXIT_WEAK(bcopy) +ALTEXIT_STRONG(memmove) .end |