diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2017-07-20 05:18:51 +0200 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2018-01-12 21:34:46 +0100 |
commit | 2f82a46f66c8754dfe690d469899d12819b19c58 (patch) | |
tree | 3f3581e9a6c6c928c82bea139136d45225c609fe /arch/x86/include/asm/compat.h | |
parent | signal: Clear si_sys_private before copying siginfo to userspace (diff) | |
download | linux-2f82a46f66c8754dfe690d469899d12819b19c58.tar.xz linux-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/x86/include/asm/compat.h')
-rw-r--r-- | arch/x86/include/asm/compat.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/compat.h b/arch/x86/include/asm/compat.h index 2cbd75dd2fd3..1b6886a78562 100644 --- a/arch/x86/include/asm/compat.h +++ b/arch/x86/include/asm/compat.h @@ -151,8 +151,6 @@ typedef struct compat_siginfo { compat_timer_t _tid; /* timer id */ int _overrun; /* overrun count */ compat_sigval_t _sigval; /* same as below */ - int _sys_private; /* not to be passed to user */ - int _overrun_incr; /* amount to add to overrun */ } _timer; /* POSIX.1b signals */ |