diff options
author | Helge Deller <deller@gmx.de> | 2020-08-29 14:57:07 +0300 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2020-10-15 09:10:37 +0300 |
commit | 41f5a81c07cd410917c9ae3c165b9b761d48ba75 (patch) | |
tree | 8e7cc4f9ee8961fc2abb703c900cce6c34d215ef /arch/parisc/include/uapi/asm/signal.h | |
parent | f4d0d40cd1f19104e4f60537973ff5ac2f90123e (diff) | |
download | linux-41f5a81c07cd410917c9ae3c165b9b761d48ba75.tar.xz |
parisc: Drop HP-UX specific fcntl and signal flags
Those flags are nowhere used in the Linux kernel and were added when we
still wanted to support HP-UX in a compat mode. Since we never will
support HP-UX, drop those flags.
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/include/uapi/asm/signal.h')
-rw-r--r-- | arch/parisc/include/uapi/asm/signal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/parisc/include/uapi/asm/signal.h b/arch/parisc/include/uapi/asm/signal.h index d38563a394f2..045fde6d2fac 100644 --- a/arch/parisc/include/uapi/asm/signal.h +++ b/arch/parisc/include/uapi/asm/signal.h @@ -61,7 +61,6 @@ #define SA_NODEFER 0x00000020 #define SA_RESTART 0x00000040 #define SA_NOCLDWAIT 0x00000080 -#define _SA_SIGGFAULT 0x00000100 /* HPUX */ #define SA_NOMASK SA_NODEFER #define SA_ONESHOT SA_RESETHAND |