aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mingw.h4
-rw-r--r--include/platform.h1
2 files changed, 1 insertions, 4 deletions
diff --git a/include/mingw.h b/include/mingw.h
index 33f83e3ab..0b64c52ec 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -157,10 +157,6 @@ int setenv(const char *name, const char *value, int replace);
157void unsetenv(const char *env); 157void unsetenv(const char *env);
158 158
159#define getenv mingw_getenv 159#define getenv mingw_getenv
160/*
161 * string.h
162 */
163char *strsep(char **stringp, const char *delim);
164 160
165/* 161/*
166 * sys/ioctl.h 162 * sys/ioctl.h
diff --git a/include/platform.h b/include/platform.h
index 713e76d04..88e8acb7a 100644
--- a/include/platform.h
+++ b/include/platform.h
@@ -401,6 +401,7 @@ typedef unsigned smalluint;
401# undef HAVE_STPCPY 401# undef HAVE_STPCPY
402# undef HAVE_STRCASESTR 402# undef HAVE_STRCASESTR
403# undef HAVE_STRCHRNUL 403# undef HAVE_STRCHRNUL
404# undef HAVE_STRSEP
404# undef HAVE_STRSIGNAL 405# undef HAVE_STRSIGNAL
405# undef HAVE_STRVERSCMP 406# undef HAVE_STRVERSCMP
406# undef HAVE_VASPRINTF 407# undef HAVE_VASPRINTF