From 318c80d4f9c7ba7ad27c1b91a6bdce2a226fb430 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 18 Apr 2000 09:15:27 +0000 Subject: Update. * sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h (struct sigcontext): Remove the typedef keyword. 2000-04-18 Jakub Jelinek --- sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/unix/sysv/linux/sparc') 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 { -- cgit 1.4.1