mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Use __extension__ with long long in installed headers.
This commit is contained in:
@@ -217,7 +217,7 @@ typedef struct fpu
|
||||
typedef struct fpu
|
||||
{
|
||||
union { /* FPU floating point regs */
|
||||
unsigned long long fpu_regs[32]; /* 32 singles */
|
||||
__extension__ unsigned long long fpu_regs[32]; /* 32 singles */
|
||||
double fpu_dregs[16]; /* 16 doubles */
|
||||
} fpu_fr;
|
||||
struct fq *fpu_q; /* ptr to array of FQ entries */
|
||||
|
||||
Reference in New Issue
Block a user