signal.h (cdd38c5f1ce4398ec58fec95904b75824daab7b5) signal.h (72113d0a7d90d950c7c9a87ab905bffb6bc5752d)
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2#ifndef _UAPI_ASM_X86_SIGNAL_H
3#define _UAPI_ASM_X86_SIGNAL_H
4
5#ifndef __ASSEMBLY__
6#include <linux/types.h>
7#include <linux/time.h>
8#include <linux/compiler.h>

--- 90 unchanged lines hidden (view full) ---

99};
100
101#endif /* !__i386__ */
102# endif /* ! __KERNEL__ */
103
104typedef struct sigaltstack {
105 void __user *ss_sp;
106 int ss_flags;
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2#ifndef _UAPI_ASM_X86_SIGNAL_H
3#define _UAPI_ASM_X86_SIGNAL_H
4
5#ifndef __ASSEMBLY__
6#include <linux/types.h>
7#include <linux/time.h>
8#include <linux/compiler.h>

--- 90 unchanged lines hidden (view full) ---

99};
100
101#endif /* !__i386__ */
102# endif /* ! __KERNEL__ */
103
104typedef struct sigaltstack {
105 void __user *ss_sp;
106 int ss_flags;
107 size_t ss_size;
107 __kernel_size_t ss_size;
108} stack_t;
109
110#endif /* __ASSEMBLY__ */
111
112#endif /* _UAPI_ASM_X86_SIGNAL_H */
108} stack_t;
109
110#endif /* __ASSEMBLY__ */
111
112#endif /* _UAPI_ASM_X86_SIGNAL_H */