duplicate re_nsub in LSB/glibc ABI compatible location
[musl] / include / regex.h
index 3673bfa..d57208a 100644 (file)
@@ -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 {