From 601c19df364ee064cb6011c178e3c6bb58ba9a34 Mon Sep 17 00:00:00 2001 From: Dmitry Chagin Date: Mon, 30 May 2022 19:47:26 +0300 Subject: linux(4): Reduce duplication between MD parts of the Linuxulator Move sigprocmask actions defines under compat/linux, they are identical across all Linux architectures. MFC after: 2 weeks (cherry picked from commit 2ca34847e7288fba6b2a15e64648238bc12e4960) --- sys/i386/linux/linux.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sys/i386') diff --git a/sys/i386/linux/linux.h b/sys/i386/linux/linux.h index 75d2017fb61f..86fca2976f83 100644 --- a/sys/i386/linux/linux.h +++ b/sys/i386/linux/linux.h @@ -236,11 +236,6 @@ struct l_statfs64 { #define LINUX_SA_NOMASK 0x40000000 #define LINUX_SA_ONESHOT 0x80000000 -/* sigprocmask actions */ -#define LINUX_SIG_BLOCK 0 -#define LINUX_SIG_UNBLOCK 1 -#define LINUX_SIG_SETMASK 2 - /* sigaltstack */ #define LINUX_MINSIGSTKSZ 2048 -- cgit v1.3