X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fregex.h;h=ea9b894bfb8c923eaf95f57d0a868a815a19d46d;hp=2eac1ebf9bdd6a02c97c5360724561a5695573c2;hb=8c741783fc96d559cfe79301c924c217b2905c0c;hpb=99727dad25c6fd852291beef5e0da0a8d2ec8208 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 {