1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
* 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

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