mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18:05 -04:00
9 lines
130 B
C
9 lines
130 B
C
#ifndef _PARISC_SIGINFO_H
|
|
#define _PARISC_SIGINFO_H
|
|
|
|
#include <asm-generic/siginfo.h>
|
|
|
|
#undef NSIGTRAP
|
|
#define NSIGTRAP 4
|
|
|
|
#endif
|