mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
(prfpregset_t): Typedef for elf_fpregset_t instead of `elf_fpregset_t *'.
This commit is contained in:
parent
7499a22ad7
commit
9af5de7ba3
@ -102,7 +102,7 @@ typedef void *psaddr_t;
|
||||
|
||||
/* Register sets. Linux has different names. */
|
||||
typedef elf_gregset_t prgregset_t;
|
||||
typedef elf_fpregset_t *prfpregset_t;
|
||||
typedef elf_fpregset_t prfpregset_t;
|
||||
|
||||
/* We don't have any differences between processes and threads,
|
||||
therefore habe only ine PID type. */
|
||||
|
Loading…
Reference in New Issue
Block a user