X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fregex.h;h=ea9b894bfb8c923eaf95f57d0a868a815a19d46d;hp=b7167b876e1a689bd3faaeb12aedffb534d4d25c;hb=43653c1250ad5eb5385d7e08292ad047420f8d25;hpb=400c5e5c8307a2ebe44ef1f203f5a15669f20347 diff --git a/include/regex.h b/include/regex.h index b7167b87..ea9b894b 100644 --- a/include/regex.h +++ b/include/regex.h @@ -5,11 +5,7 @@ extern "C" { #endif -#if __STDC_VERSION__ >= 199901L -#define __restrict restrict -#elif !defined(__GNUC__) -#define __restrict -#endif +#include #define __NEED_size_t @@ -21,6 +17,7 @@ typedef struct { size_t re_nsub; void *__opaque, *__padding[4]; size_t __nsub2; + char __padding2; } regex_t; typedef struct {