From 81b032c833a01491dfa35e9fdc5c2d4e523df163 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Fri, 20 Apr 2018 00:10:55 +0200 Subject: 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. --- sysdeps/mips/sys/ucontext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/mips') diff --git a/sysdeps/mips/sys/ucontext.h b/sysdeps/mips/sys/ucontext.h index 4612e415ad..aaa08fdea9 100644 --- a/sysdeps/mips/sys/ucontext.h +++ b/sysdeps/mips/sys/ucontext.h @@ -131,7 +131,7 @@ enum #endif /* Structure to describe FPU registers. */ -typedef struct fpregset +typedef struct { union { -- cgit 1.4.1