diff options
author | Ron Yorston <rmy@pobox.com> | 2012-04-18 12:53:17 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2012-04-18 12:53:17 +0100 |
commit | e976c5d081b35b5ee60ed755ec5ddca7c326d9c1 (patch) | |
tree | e95cd41bbff995be3ee70f292756f791e975e8be /include/mingw.h | |
parent | 8a1fde26fa09f25b1c52913ed1155d34a41f17e3 (diff) | |
download | busybox-w32-e976c5d081b35b5ee60ed755ec5ddca7c326d9c1.tar.gz busybox-w32-e976c5d081b35b5ee60ed755ec5ddca7c326d9c1.tar.bz2 busybox-w32-e976c5d081b35b5ee60ed755ec5ddca7c326d9c1.zip |
strsep is in upstream BusyBox: no need for MINGW32 version
Diffstat (limited to 'include/mingw.h')
-rw-r--r-- | include/mingw.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/mingw.h b/include/mingw.h index 9c9767b3e..910eff412 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -171,10 +171,6 @@ int setenv(const char *name, const char *value, int replace); | |||
171 | void unsetenv(const char *env); | 171 | void unsetenv(const char *env); |
172 | 172 | ||
173 | #define getenv mingw_getenv | 173 | #define getenv mingw_getenv |
174 | /* | ||
175 | * string.h | ||
176 | */ | ||
177 | char *strsep(char **stringp, const char *delim); | ||
178 | 174 | ||
179 | /* | 175 | /* |
180 | * sys/ioctl.h | 176 | * sys/ioctl.h |