aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/include
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2017-07-19 22:18:51 -0500
committerEric W. Biederman <ebiederm@xmission.com>2018-01-12 14:34:46 -0600
commit2f82a46f66c8754dfe690d469899d12819b19c58 (patch)
tree3f3581e9a6c6c928c82bea139136d45225c609fe /arch/parisc/include
parentsignal: Clear si_sys_private before copying siginfo to userspace (diff)
downloadlinux-dev-2f82a46f66c8754dfe690d469899d12819b19c58.tar.xz
linux-dev-2f82a46f66c8754dfe690d469899d12819b19c58.zip
signal: Remove _sys_private and _overrun_incr from struct compat_siginfo
We have never passed either field to or from userspace so just remove them. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Diffstat (limited to 'arch/parisc/include')
-rw-r--r--arch/parisc/include/asm/compat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/parisc/include/asm/compat.h b/arch/parisc/include/asm/compat.h
index acf8aa07cbe0..cf3bcacec027 100644
--- a/arch/parisc/include/asm/compat.h
+++ b/arch/parisc/include/asm/compat.h
@@ -155,7 +155,6 @@ typedef struct compat_siginfo {
int _overrun; /* overrun count */
char _pad[sizeof(unsigned int) - sizeof(int)];
compat_sigval_t _sigval; /* same as below */
- int _sys_private; /* not to be passed to user */
} _timer;
/* POSIX.1b signals */