summaryrefslogtreecommitdiffstats
path: root/libc/upstream-netbsd/netbsd-compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/upstream-netbsd/netbsd-compat.h')
-rw-r--r--libc/upstream-netbsd/netbsd-compat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/upstream-netbsd/netbsd-compat.h b/libc/upstream-netbsd/netbsd-compat.h
index e33885e..3ef19e1 100644
--- a/libc/upstream-netbsd/netbsd-compat.h
+++ b/libc/upstream-netbsd/netbsd-compat.h
@@ -33,4 +33,7 @@
#define __readlockenv() 0
#define __unlockenv() 0
+#include <stddef.h>
+__LIBC_HIDDEN__ int reallocarr(void*, size_t, size_t);
+
#endif