aboutsummaryrefslogtreecommitdiff
path: root/include/mingw.h
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-04-14 06:59:56 +0200
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-04-20 19:14:05 +0200
commitfda663db764bf427adfd5564a343cac1df388667 (patch)
tree6bbbab8cd4f0aa90a649afe6d85aa9d1e3b65ba9 /include/mingw.h
parentfa7ad8d569d33a54c02c9db9160f5e17f8438566 (diff)
downloadbusybox-w32-fda663db764bf427adfd5564a343cac1df388667.tar.gz
busybox-w32-fda663db764bf427adfd5564a343cac1df388667.tar.bz2
busybox-w32-fda663db764bf427adfd5564a343cac1df388667.zip
win32: add strsep()
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Diffstat (limited to 'include/mingw.h')
-rw-r--r--include/mingw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mingw.h b/include/mingw.h
index 963a87104..9267adf7a 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -141,7 +141,7 @@ IMPL(unsetenv,void,,const char *env UNUSED_PARAM);
141/* 141/*
142 * string.h 142 * string.h
143 */ 143 */
144IMPL(strsep,char *,NULL,char **stringp UNUSED_PARAM, const char *delim UNUSED_PARAM); 144char *strsep(char **stringp, const char *delim);
145 145
146/* 146/*
147 * sys/ioctl.h 147 * sys/ioctl.h