Sync with upstream NetBSD lib/libc/regex.

Bug: http://b/22850181
Change-Id: I11a51a2031e68a953ccd5691da98c699c7d01904
This commit is contained in:
Elliott Hughes
2015-09-14 18:45:52 -07:00
parent cd0ed2f174
commit 71927a8237
4 changed files with 130 additions and 50 deletions

View File

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