diff options
| author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-01-21 02:24:07 +0000 |
|---|---|---|
| committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-01-21 02:24:07 +0000 |
| commit | abfc5558bf4beb7dc381d93baaec4a9a3e4eba7b (patch) | |
| tree | 8763531b221e50bbbafb457cc1688e9ab4175516 /include/printf.h | |
| parent | 293cef1de02c36f58a48bcdbe2d385059ea04828 (diff) | |
| download | uClibc-alpine-abfc5558bf4beb7dc381d93baaec4a9a3e4eba7b.tar.bz2 uClibc-alpine-abfc5558bf4beb7dc381d93baaec4a9a3e4eba7b.tar.xz | |
More merging from trunk.
Diffstat (limited to 'include/printf.h')
| -rw-r--r-- | include/printf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/printf.h b/include/printf.h index 569397cd2..a68c6daad 100644 --- a/include/printf.h +++ b/include/printf.h @@ -75,6 +75,7 @@ struct printf_info unsigned int is_short:1; /* h flag. */ unsigned int is_long:1; /* l flag. */ unsigned int is_long_double:1;/* L flag. */ + unsigned int __padding:20;/* non-gnu -- total of 32 bits on 32bit arch */ #elif __BYTE_ORDER == __BIG_ENDIAN |
