This is the mail archive of the libc-hacker@sourceware.cygnus.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]

[PATCH] One more sparc32 fix


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]