diff options
author | 2015-09-10 11:17:28 +0000 | |
---|---|---|
committer | 2015-09-10 11:17:28 +0000 | |
commit | 34f5acaf83704a34567fd3d14280cccbf5bf8125 (patch) | |
tree | a6e624a1fc9ec725023386c175e500d28a0df3a5 /lib/libc | |
parent | convert tame(2) regress to new API (diff) | |
download | wireguard-openbsd-34f5acaf83704a34567fd3d14280cccbf5bf8125.tar.xz wireguard-openbsd-34f5acaf83704a34567fd3d14280cccbf5bf8125.zip |
explain why __explicit_bzero_hook will remain; ok guenther
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/Symbols.list | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/Symbols.list b/lib/libc/Symbols.list index 38408f511eb..6d2fb18bfc5 100644 --- a/lib/libc/Symbols.list +++ b/lib/libc/Symbols.list @@ -1532,8 +1532,10 @@ twalk unlockpt unsetenv -/* string */ +/* exposed due to paranoia over future link-time optimizations */ __explicit_bzero_hook + +/* string */ bcmp bcopy bzero |