aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2020-07-09 14:01:01 +0100
committerRon Yorston <rmy@pobox.com>2020-07-09 14:01:01 +0100
commit251c93fdeca77a7bed0075bcd74d55ad741f7bbb (patch)
tree848666ebe18dfe691e0e06f057d649458e6dea4b /include
parent9c0b2f7020d7c30b21a930ef54be632e092e533b (diff)
downloadbusybox-w32-251c93fdeca77a7bed0075bcd74d55ad741f7bbb.tar.gz
busybox-w32-251c93fdeca77a7bed0075bcd74d55ad741f7bbb.tar.bz2
busybox-w32-251c93fdeca77a7bed0075bcd74d55ad741f7bbb.zip
win32: import strndup from gnulib
Diffstat (limited to 'include')
-rw-r--r--include/mingw.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h
index c411a8106..c75b06330 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -200,6 +200,11 @@ int unsetenv(const char *env);
200#define mktemp mingw_mktemp 200#define mktemp mingw_mktemp
201 201
202/* 202/*
203 * string.h
204 */
205char *strndup(char const *s, size_t n);
206
207/*
203 * strings.h 208 * strings.h
204 */ 209 */
205int ffs(int i); 210int ffs(int i);