diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2017-07-20 06:18:51 +0300 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2018-01-12 23:34:46 +0300 |
commit | 2f82a46f66c8754dfe690d469899d12819b19c58 (patch) | |
tree | 3f3581e9a6c6c928c82bea139136d45225c609fe /arch/sparc/include | |
parent | 9943d3accb4ec5a85e72c65a9959257fa7d12500 (diff) | |
download | linux-2f82a46f66c8754dfe690d469899d12819b19c58.tar.xz |
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/sparc/include')
-rw-r--r-- | arch/sparc/include/asm/compat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sparc/include/asm/compat.h b/arch/sparc/include/asm/compat.h index fa38c78de0f0..2d9f4fd5f74a 100644 --- a/arch/sparc/include/asm/compat.h +++ b/arch/sparc/include/asm/compat.h @@ -175,7 +175,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 */ } _timer; /* POSIX.1b signals */ |