fix some obscure header type size/alignment issues

This commit is contained in:
Rich Felker
2013-03-04 17:05:45 -05:00
parent 99727dad25
commit 8c741783fc
4 changed files with 9 additions and 10 deletions

View File

@ -17,6 +17,7 @@ typedef struct {
size_t re_nsub;
void *__opaque, *__padding[4];
size_t __nsub2;
char __padding2;
} regex_t;
typedef struct {