From 32aea2087a699bb4bd9c34347b6ef8d164ee0d0b Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Thu, 16 Jun 2011 16:53:11 -0400 Subject: duplicate re_nsub in LSB/glibc ABI compatible location --- include/regex.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/regex.h') 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 { -- cgit v1.2.1