diff options
| author | Jakub JelĂnek <jakub@redhat.com> | 2004-04-19 21:06:13 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.davemloft.net> | 2004-04-19 21:06:13 -0700 |
| commit | 7b9a3b36bc52d2ca61fb4504f8475a8eccfa293e (patch) | |
| tree | eb718dafafbd12c4dd7bfed68367621715d89e7c /include | |
| parent | 9361782e9a83915ba8eb40fc62a14f1e6b868312 (diff) | |
[SPARC64]: Missing part of posix timers fix.
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-sparc64/siginfo.h | 6 |
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 */ |
