about summary refs log tree commit diff
path: root/sysdeps/unix
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-04-01 19:01:17 +0000
committerUlrich Drepper <drepper@redhat.com>2003-04-01 19:01:17 +0000
commit195d5d89fc912af8249758a0049546053463c25a (patch)
tree1f428dcf5fa2129b54097c6b9f38c2281fba239e /sysdeps/unix
parent735881750c5012a4108986d475c8685708ab616d (diff)
downloadglibc-195d5d89fc912af8249758a0049546053463c25a.tar.gz
glibc-195d5d89fc912af8249758a0049546053463c25a.tar.xz
glibc-195d5d89fc912af8249758a0049546053463c25a.zip
sigevent_t): Fix a typo.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r--sysdeps/unix/sysv/linux/ia64/bits/siginfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/ia64/bits/siginfo.h b/sysdeps/unix/sysv/linux/ia64/bits/siginfo.h
index 89123b6eb4..fb0e2a524d 100644
--- a/sysdeps/unix/sysv/linux/ia64/bits/siginfo.h
+++ b/sysdeps/unix/sysv/linux/ia64/bits/siginfo.h
@@ -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;