diff options
author | 2016-05-07 23:57:39 +0000 | |
---|---|---|
committer | 2016-05-07 23:57:39 +0000 | |
commit | 97a12b4a2fcdf4b49acb06572080c5351f449901 (patch) | |
tree | 0f46ef8dfce3266ed9e5361b8801e24bb46b865f /lib/libc | |
parent | remove more dbm pieces (diff) | |
download | wireguard-openbsd-97a12b4a2fcdf4b49acb06572080c5351f449901.tar.xz wireguard-openbsd-97a12b4a2fcdf4b49acb06572080c5351f449901.zip |
Unexport sigreturn. Nobody should use it anymore, and it will be removed
from libc completely in the near future. Riding the libc bump that appeared
a few moments ago.
ok deraadt@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/Symbols.list | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/Symbols.list b/lib/libc/Symbols.list index d29a5e22a30..ad9f238edba 100644 --- a/lib/libc/Symbols.list +++ b/lib/libc/Symbols.list @@ -213,7 +213,6 @@ _thread_sys_sigaction _thread_sys_sigaltstack _thread_sys_sigpending _thread_sys_sigprocmask -_thread_sys_sigreturn _thread_sys_sigsuspend _thread_sys_socket _thread_sys_socketpair @@ -411,7 +410,6 @@ sigaction sigaltstack sigpending sigprocmask -sigreturn sigsuspend socket socketpair |