Commit 9ffa3bf2 authored by Jakub Jelínek's avatar Jakub Jelínek Committed by David S. Miller

[SPARC64]: Fix struct sigevent32.

parent 9964c2d8
......@@ -83,7 +83,7 @@ typedef struct siginfo32 {
#ifdef __KERNEL__
typedef struct sigevent32 {
sigval_t sigev_value;
sigval_t32 sigev_value;
int sigev_signo;
int sigev_notify;
union {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment