diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2016-05-07 23:57:40 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2016-05-07 23:57:40 +0000 |
commit | 9b3b8bd0003c3c96efa3815f0ae93506d9eb7a30 (patch) | |
tree | 89d85d01ac3d4ac0e8bd5a01966a6cbc1b31ea5f /lib | |
parent | b8bb89a8502b60ea8b6de31f6ce299fdfb0624fe (diff) |
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')
-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 |