diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-09-10 11:17:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-09-10 11:17:29 +0000 |
commit | 4dcf5e2e86ea9d51cc5cc3919ebe9ce37aece070 (patch) | |
tree | 2ac989138531524f3ba0fd2493ec83427430cddf | |
parent | 4e86692b81e67787d91f4ea7cd52963b6e03d331 (diff) |
explain why __explicit_bzero_hook will remain; ok guenther
-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 |