summaryrefslogtreecommitdiff
path: root/include/regex.h
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2013-03-04 17:05:45 -0500
committerRich Felker <dalias@aerifal.cx>2013-03-04 17:05:45 -0500
commit8c741783fc96d559cfe79301c924c217b2905c0c (patch)
tree7cb6040429516c83e696dbc8fc7a6e96ea3dd2fe /include/regex.h
parent99727dad25c6fd852291beef5e0da0a8d2ec8208 (diff)
downloadmusl-8c741783fc96d559cfe79301c924c217b2905c0c.tar.gz
fix some obscure header type size/alignment issues
Diffstat (limited to 'include/regex.h')
-rw-r--r--include/regex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/regex.h b/include/regex.h
index 2eac1ebf..ea9b894b 100644
--- a/include/regex.h
+++ b/include/regex.h
@@ -17,6 +17,7 @@ typedef struct {
size_t re_nsub;
void *__opaque, *__padding[4];
size_t __nsub2;
+ char __padding2;
} regex_t;
typedef struct {