Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 18 Apr 2000 09:15:27 +0000 (09:15 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 18 Apr 2000 09:15:27 +0000 (09:15 +0000)
* sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h (struct sigcontext):
Remove the typedef keyword.

2000-04-18  Jakub Jelinek  <jakub@redhat.com>

linuxthreads/ChangeLog
sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h

index 2dc229e..f97889f 100644 (file)
@@ -1,5 +1,10 @@
 2000-04-18  Jakub Jelinek  <jakub@redhat.com>
 
+       * sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h (struct sigcontext):
+       Remove the typedef keyword.
+
+2000-04-18  Jakub Jelinek  <jakub@redhat.com>
+
        * sysdeps/sparc/sparc64/pt-machine.h (MEMORY_BARRIER): Use membar,
        not stbar.
        (READ_MEMORY_BARRIER): Define.
index e8ddf78..678f853 100644 (file)
@@ -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
       {