* libc/stdio/vfieeefp.h (ldieee): Fix typo.
This commit is contained in:
parent
f653639a22
commit
d57416f03d
|
@ -1,3 +1,7 @@
|
||||||
|
2013-04-08 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
|
||||||
|
|
||||||
|
* libc/stdio/vfieeefp.h (ldieee): Fix typo.
|
||||||
|
|
||||||
2013-04-02 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
2013-04-02 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||||
|
|
||||||
* libc/posix/scandir.c (DIRSIZ): Use offsetof instead of magic
|
* libc/posix/scandir.c (DIRSIZ): Use offsetof instead of magic
|
||||||
|
|
|
@ -131,7 +131,7 @@ struct ldieee
|
||||||
unsigned manh:32;
|
unsigned manh:32;
|
||||||
unsigned manl:32;
|
unsigned manl:32;
|
||||||
unsigned manl2:32;
|
unsigned manl2:32;
|
||||||
unsigned manl3;16;
|
unsigned manl3:16;
|
||||||
};
|
};
|
||||||
#endif /* LDBL_MANT_DIG */
|
#endif /* LDBL_MANT_DIG */
|
||||||
#endif /* !IEEE_8087 */
|
#endif /* !IEEE_8087 */
|
||||||
|
|
Loading…
Reference in New Issue