* sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h (struct sigcontext):
	Remove the typedef keyword.

2000-04-18  Jakub Jelinek  <jakub@redhat.com>
This commit is contained in:
Ulrich Drepper 2000-04-18 09:15:27 +00:00
parent cd43f797c4
commit 318c80d4f9
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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,

View 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
{