duplicate re_nsub in LSB/glibc ABI compatible location

This commit is contained in:
Rich Felker
2011-06-16 16:53:11 -04:00
parent c7d19f9923
commit 32aea2087a
2 changed files with 3 additions and 2 deletions
+2 -1
View 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 {