X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fregex.h;h=d57208a561e66a74129c63076bad599df2d567bf;hp=3673bfa7f46a66eb07c9566b71cd289445abeade;hb=f419bcb9dcfb6af60fbf1d58d92caf4b3d62a4da;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01 diff --git a/include/regex.h b/include/regex.h index 3673bfa7..d57208a5 100644 --- a/include/regex.h +++ b/include/regex.h @@ -13,7 +13,8 @@ typedef long regoff_t; typedef struct { size_t re_nsub; - void *__opaque; + void *__opaque, *__padding[4]; + size_t __nsub2; } regex_t; typedef struct {