mirror of
https://sourceware.org/git/glibc.git
synced 2025-09-02 16:01:20 +03:00
(union ieee854_long_double.ieee_nan): Add missing ; in little-endian case.
This commit is contained in:
@@ -38,7 +38,7 @@ routines := brk sbrk sstk ioctl \
|
|||||||
select \
|
select \
|
||||||
acct chroot fsync sync reboot \
|
acct chroot fsync sync reboot \
|
||||||
gethostid sethostid \
|
gethostid sethostid \
|
||||||
revoke vhangup mknod \
|
revoke vhangup \
|
||||||
swapon mktemp mkstemp \
|
swapon mktemp mkstemp \
|
||||||
ualarm usleep \
|
ualarm usleep \
|
||||||
gtty stty \
|
gtty stty \
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 1992, 1995 Free Software Foundation, Inc.
|
/* Copyright (C) 1992, 1995, 1996 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@@ -144,7 +144,7 @@ union ieee854_long_double
|
|||||||
unsigned int mantissa1:32;
|
unsigned int mantissa1:32;
|
||||||
unsigned int mantissa0:30;
|
unsigned int mantissa0:30;
|
||||||
unsigned int quiet_nan:1;
|
unsigned int quiet_nan:1;
|
||||||
unsigned int one:1
|
unsigned int one:1;
|
||||||
unsigned int exponent:15;
|
unsigned int exponent:15;
|
||||||
unsigned int negative:1;
|
unsigned int negative:1;
|
||||||
unsigned int empty:16;
|
unsigned int empty:16;
|
||||||
|
Reference in New Issue
Block a user