diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-18 09:15:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-18 09:15:27 +0000 |
commit | 318c80d4f9c7ba7ad27c1b91a6bdce2a226fb430 (patch) | |
tree | 9253a176b6005a9af0f68b5ac1e4396000d1f4dd /sysdeps/unix | |
parent | cd43f797c473dbb5f6f4031e4abb784719e64c93 (diff) | |
download | glibc-318c80d4f9c7ba7ad27c1b91a6bdce2a226fb430.zip glibc-318c80d4f9c7ba7ad27c1b91a6bdce2a226fb430.tar.gz glibc-318c80d4f9c7ba7ad27c1b91a6bdce2a226fb430.tar.bz2 |
Update.
* sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h (struct sigcontext):
Remove the typedef keyword.
2000-04-18 Jakub Jelinek <jakub@redhat.com>
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h b/sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h index e8ddf78..678f853 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 { |