signal.h (cdd38c5f1ce4398ec58fec95904b75824daab7b5) signal.h (72113d0a7d90d950c7c9a87ab905bffb6bc5752d)
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2#ifndef _UAPI_ASM_PARISC_SIGNAL_H
3#define _UAPI_ASM_PARISC_SIGNAL_H
4
5#define SIGHUP 1
6#define SIGINT 2
7#define SIGQUIT 3
8#define SIGILL 4

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

62# include <linux/types.h>
63
64/* Avoid too many header ordering problems. */
65struct siginfo;
66
67typedef struct sigaltstack {
68 void __user *ss_sp;
69 int ss_flags;
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2#ifndef _UAPI_ASM_PARISC_SIGNAL_H
3#define _UAPI_ASM_PARISC_SIGNAL_H
4
5#define SIGHUP 1
6#define SIGINT 2
7#define SIGQUIT 3
8#define SIGILL 4

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

62# include <linux/types.h>
63
64/* Avoid too many header ordering problems. */
65struct siginfo;
66
67typedef struct sigaltstack {
68 void __user *ss_sp;
69 int ss_flags;
70 size_t ss_size;
70 __kernel_size_t ss_size;
71} stack_t;
72
73#endif /* !__ASSEMBLY */
74#endif /* _UAPI_ASM_PARISC_SIGNAL_H */
71} stack_t;
72
73#endif /* !__ASSEMBLY */
74#endif /* _UAPI_ASM_PARISC_SIGNAL_H */