mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 10:50:07 +00:00
Fix a typo.
This commit is contained in:
parent
cc657ce583
commit
4260c4120a
@ -12,8 +12,8 @@ typedef union
|
|||||||
long double value;
|
long double value;
|
||||||
struct
|
struct
|
||||||
{
|
{
|
||||||
unsigned int sign_exponent:16;
|
int sign_exponent:16;
|
||||||
int empty:16;
|
unsigned int empty:16;
|
||||||
u_int32_t msw;
|
u_int32_t msw;
|
||||||
u_int32_t lsw;
|
u_int32_t lsw;
|
||||||
} parts;
|
} parts;
|
||||||
|
Loading…
Reference in New Issue
Block a user