diff options
| author | Dmitry Chagin <dchagin@FreeBSD.org> | 2022-05-30 16:47:26 +0000 |
|---|---|---|
| committer | Dmitry Chagin <dchagin@FreeBSD.org> | 2022-06-17 19:35:37 +0000 |
| commit | 601c19df364ee064cb6011c178e3c6bb58ba9a34 (patch) | |
| tree | a9dfc1859a1d833e6b3d8d0303a9fbb838c8eaa7 /sys/i386 | |
| parent | 82062a044383ecb402a1f003249359616a660390 (diff) | |
Diffstat (limited to 'sys/i386')
| -rw-r--r-- | sys/i386/linux/linux.h | 5 |
1 files changed, 0 insertions, 5 deletions
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 |
