diff options
| author | Dmitry Chagin <dchagin@FreeBSD.org> | 2022-05-30 16:47:26 +0000 |
|---|---|---|
| committer | Dmitry Chagin <dchagin@FreeBSD.org> | 2022-05-30 16:47:26 +0000 |
| commit | 2ca34847e7288fba6b2a15e64648238bc12e4960 (patch) | |
| tree | 05934cb4de40b6106f4a97582a93ca9ba2a5d635 /sys/arm64/linux/linux.h | |
| parent | 8c0d1eca7834bfd5a05c86bf20a7600917057492 (diff) | |
Diffstat (limited to 'sys/arm64/linux/linux.h')
| -rw-r--r-- | sys/arm64/linux/linux.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/arm64/linux/linux.h b/sys/arm64/linux/linux.h index bf6e092f3bf8..9b78ac59f9dc 100644 --- a/sys/arm64/linux/linux.h +++ b/sys/arm64/linux/linux.h @@ -158,11 +158,6 @@ struct l_newstat { #define LINUX_SA_NOMASK 0x40000000 /* SA_NODEFER */ #define LINUX_SA_ONESHOT 0x80000000 /* SA_RESETHAND */ -/* sigprocmask actions */ -#define LINUX_SIG_BLOCK 0 -#define LINUX_SIG_UNBLOCK 1 -#define LINUX_SIG_SETMASK 2 - typedef void (*l_handler_t)(l_int); typedef struct { |
