simplify some logic in scanf and remove redundant invalid-format check
[musl] / include / regex.h
index 2eac1eb..ea9b894 100644 (file)
@@ -17,6 +17,7 @@ typedef struct {
        size_t re_nsub;
        void *__opaque, *__padding[4];
        size_t __nsub2;
+       char __padding2;
 } regex_t;
 
 typedef struct {