* libc/stdio/vfieeefp.h (ldieee): Fix typo.

This commit is contained in:
Matthew Gretton-Dann 2013-04-08 09:34:35 +00:00
parent f653639a22
commit d57416f03d
2 changed files with 5 additions and 1 deletions

View File

@ -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>
* libc/posix/scandir.c (DIRSIZ): Use offsetof instead of magic

View File

@ -131,7 +131,7 @@ struct ldieee
unsigned manh:32;
unsigned manl:32;
unsigned manl2:32;
unsigned manl3;16;
unsigned manl3:16;
};
#endif /* LDBL_MANT_DIG */
#endif /* !IEEE_8087 */