1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00

Drop fpregset unused symbol exposition

* sysdeps/arm/sys/ucontext.h: Remove fpregset struct name, unused and
	non-compliant.
	* sysdeps/i386/sys/ucontext.h: Likewise.
	* sysdeps/m68k/sys/ucontext.h: Likewise.
	* sysdeps/mips/sys/ucontext.h: Likewise.
	* sysdeps/unix/sysv/linux/hppa/sys/ucontext.h: Likewise.
This commit is contained in:
Samuel Thibault
2018-04-20 00:10:55 +02:00
parent 5dbfe13b35
commit 81b032c833
6 changed files with 11 additions and 5 deletions

View File

@ -50,7 +50,7 @@ typedef struct gregset
} gregset_t;
/* Container for all FPU registers. */
typedef struct fpregset
typedef struct
{
double fp_dregs[32];
} fpregset_t;