Sync with upstream NetBSD lib/libc/regex.

Bug: http://b/22850181
Change-Id: I11a51a2031e68a953ccd5691da98c699c7d01904

(cherry-picked from commit 71927a8237)
This commit is contained in:
Elliott Hughes
2015-09-14 18:45:52 -07:00
committed by Christopher Ferris
parent 2d23418e68
commit 055a66c9b1
4 changed files with 130 additions and 50 deletions

View File

@@ -31,4 +31,7 @@
#define __readlockenv() 0
#define __unlockenv() 0
#include <stddef.h>
__LIBC_HIDDEN__ int reallocarr(void*, size_t, size_t);
#endif