summaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64/siginfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sparc64/siginfo.h')
-rw-r--r--include/asm-sparc64/siginfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sparc64/siginfo.h b/include/asm-sparc64/siginfo.h
index ee7d80809..1c2b889df 100644
--- a/include/asm-sparc64/siginfo.h
+++ b/include/asm-sparc64/siginfo.h
@@ -65,7 +65,7 @@ typedef struct siginfo {
/* SIGPOLL */
struct {
- int _band; /* POLL_IN, POLL_OUT, POLL_MSG */
+ long _band; /* POLL_IN, POLL_OUT, POLL_MSG */
int _fd;
} _sigpoll;
} _sifields;