aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--linuxthreads/ChangeLog5
-rw-r--r--sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 2dc229ef1b..f97889f564 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -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.
diff --git a/sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h b/sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h
index e8ddf788c2..678f853386 100644
--- a/sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h
+++ b/sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h
@@ -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
{