aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/amd64/gen/signalcontext.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-11-01 22:43:37 +0000
committerWarner Losh <imp@FreeBSD.org>2023-11-01 22:44:30 +0000
commit559a218c9b257775fb249b67945fe4a05b7a6b9f (patch)
tree5f540f7211c6242aa02aa8099848b650df2d3802 /lib/libc/amd64/gen/signalcontext.c
parentb68d2789f0d745d420203ca7dae9408f81cc7206 (diff)
downloadsrc-559a218c9b257775fb249b67945fe4a05b7a6b9f.tar.gz
src-559a218c9b257775fb249b67945fe4a05b7a6b9f.zip
libc: Purge unneeded cdefs.h
These sys/cdefs.h are not needed. Purge them. They are mostly left-over from the $FreeBSD$ removal. A few in libc are still required for macros that cdefs.h defines. Keep those. Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D42385
Diffstat (limited to 'lib/libc/amd64/gen/signalcontext.c')
-rw-r--r--lib/libc/amd64/gen/signalcontext.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/amd64/gen/signalcontext.c b/lib/libc/amd64/gen/signalcontext.c
index cc1c2523c754..a97dd158542a 100644
--- a/lib/libc/amd64/gen/signalcontext.c
+++ b/lib/libc/amd64/gen/signalcontext.c
@@ -26,7 +26,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
#include <sys/types.h>
#include <sys/ucontext.h>
#include <signal.h>