1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

* sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (struct sigevent):

Add _tid slot to maintain consistency with kernel.
This commit is contained in:
Ulrich Drepper
2009-02-05 00:21:43 +00:00
parent 82f2e9c6bd
commit a71433e7fd
3 changed files with 31 additions and 2 deletions

View File

@ -289,6 +289,10 @@ typedef struct sigevent
{
int _pad[__SIGEV_PAD_SIZE];
/* When SIGEV_SIGNAL and SIGEV_THREAD_ID set, LWP ID of the
thread to receive the signal. */
__pid_t _tid;
struct
{
void (*_function) (sigval_t); /* Function to start. */