From 9b3b8bd0003c3c96efa3815f0ae93506d9eb7a30 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sat, 7 May 2016 23:57:40 +0000 Subject: 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@ --- lib/libc/Symbols.list | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib') 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 -- cgit v1.2.3