1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

sigevent_t): Fix a typo.

This commit is contained in:
Ulrich Drepper
2003-04-01 19:01:17 +00:00
parent 735881750c
commit 195d5d89fc

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;