mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-29 22:11:18 +00:00
Remove greg_t, gregset_t, fpregset_t, and NGREG definitions.
This commit is contained in:
parent
f2fe71afa2
commit
264ce3b03b
@ -40,11 +40,6 @@ struct elf_siginfo
|
||||
int si_errno; /* Errno. */
|
||||
};
|
||||
|
||||
typedef elf_greg_t greg_t;
|
||||
typedef elf_gregset_t gregset_t;
|
||||
typedef elf_fpregset_t fpregset_t;
|
||||
#define NGREG ELF_NGREG
|
||||
|
||||
/* Definitions to generate Intel SVR4-like core files. These mostly
|
||||
have the same names as the SVR4 types with "elf_" tacked on the
|
||||
front to prevent clashes with linux definitions, and the typedef
|
||||
|
Loading…
Reference in New Issue
Block a user