sigevent_t): Fix a typo.

This commit is contained in:
Ulrich Drepper 2003-04-01 19:01:17 +00:00
parent 735881750c
commit 195d5d89fc
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ enum
# define __SIGEV_MAX_SIZE 64
# define __SIGEV_PAD_SIZE ((__SIGEV_MAX_SIZE / sizeof (int)) - 4)
struct sigevent
typedef struct sigevent
{
sigval_t sigev_value;
int sigev_signo;