aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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