public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix IA-64 bits/siginfo.h typo
@ 2003-04-01 18:51 Jakub Jelinek
  2003-04-01 19:03 ` Ulrich Drepper
  0 siblings, 1 reply; 2+ messages in thread
From: Jakub Jelinek @ 2003-04-01 18:51 UTC (permalink / raw)
  To: Ulrich Drepper, Roland McGrath; +Cc: Glibc hackers

Hi!

2003-04-01  Jakub Jelinek  <jakub@redhat.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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-04-01 19:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-01 18:51 [PATCH] Fix IA-64 bits/siginfo.h typo Jakub Jelinek
2003-04-01 19:03 ` Ulrich Drepper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).