signal.h (cdd38c5f1ce4398ec58fec95904b75824daab7b5) signal.h (72113d0a7d90d950c7c9a87ab905bffb6bc5752d)
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2#ifndef _UAPI_M68K_SIGNAL_H
3#define _UAPI_M68K_SIGNAL_H
4
5#include <linux/types.h>
6
7/* Avoid too many header ordering problems. */
8struct siginfo;

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

78#define sa_handler _u._sa_handler
79#define sa_sigaction _u._sa_sigaction
80
81#endif /* __KERNEL__ */
82
83typedef struct sigaltstack {
84 void __user *ss_sp;
85 int ss_flags;
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2#ifndef _UAPI_M68K_SIGNAL_H
3#define _UAPI_M68K_SIGNAL_H
4
5#include <linux/types.h>
6
7/* Avoid too many header ordering problems. */
8struct siginfo;

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

78#define sa_handler _u._sa_handler
79#define sa_sigaction _u._sa_sigaction
80
81#endif /* __KERNEL__ */
82
83typedef struct sigaltstack {
84 void __user *ss_sp;
85 int ss_flags;
86 size_t ss_size;
86 __kernel_size_t ss_size;
87} stack_t;
88
89#endif /* _UAPI_M68K_SIGNAL_H */
87} stack_t;
88
89#endif /* _UAPI_M68K_SIGNAL_H */