[PATCH] One more sparc32 fix
Jakub Jelinek
jakub@redhat.com
Tue Apr 18 02:03:00 GMT 2000
Hi!
This just kills gcc warning, the typedef did not have any actual type name
specified.
2000-04-18 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h (struct sigcontext):
Remove the typedef keyword.
--- libc/sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h.jj Wed Mar 29 16:07:30 2000
+++ libc/sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h Tue Apr 18 10:52:34 2000
@@ -30,7 +30,7 @@
This one is for the "new" style signals, which are
now delivered unless SA_SIGINFO is requested. */
-typedef struct sigcontext
+struct sigcontext
{
struct
{
Jakub
More information about the Libc-hacker
mailing list