mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
Update.
* 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:
parent
cd43f797c4
commit
318c80d4f9
@ -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,
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user