This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.
Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Hi!
2003-04-01 Jakub Jelinek <jakub at redhat dot com>
* sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (sigevent_t): Fix a
typo.
--- libc/sysdeps/unix/sysv/linux/ia64/bits/siginfo.h.jj 2003-04-01 04:21:00.000000000 -0500
+++ libc/sysdeps/unix/sysv/linux/ia64/bits/siginfo.h 2003-04-01 13:49:19.000000000 -0500
@@ -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;
Jakub
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |