summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJakub JelĂ­nek <jakub@redhat.com>2004-04-19 21:06:13 -0700
committerDavid S. Miller <davem@nuts.davemloft.net>2004-04-19 21:06:13 -0700
commit7b9a3b36bc52d2ca61fb4504f8475a8eccfa293e (patch)
treeeb718dafafbd12c4dd7bfed68367621715d89e7c /include
parent9361782e9a83915ba8eb40fc62a14f1e6b868312 (diff)
[SPARC64]: Missing part of posix timers fix.
Diffstat (limited to 'include')
-rw-r--r--include/asm-sparc64/siginfo.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/asm-sparc64/siginfo.h b/include/asm-sparc64/siginfo.h
index a159c71962d1..07df5111880d 100644
--- a/include/asm-sparc64/siginfo.h
+++ b/include/asm-sparc64/siginfo.h
@@ -37,8 +37,10 @@ typedef struct siginfo32 {
/* POSIX.1b timers */
struct {
- unsigned int _timer1;
- unsigned int _timer2;
+ timer_t _tid; /* timer id */
+ int _overrun; /* overrun count */
+ sigval_t32 _sigval; /* same as below */
+ int _sys_private; /* not to be passed to user */
} _timer;
/* POSIX.1b signals */