diff options
author | Ron Yorston <rmy@pobox.com> | 2012-04-18 13:26:02 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2012-04-18 13:26:02 +0100 |
commit | da543a71fddbee8db89a11d6266a7d0bddcaef6d (patch) | |
tree | 165221d3053284613b1520b1aa1e003b2f251c2f /include/platform.h | |
parent | 2f57f008a2f7aaa0193b432f8d0c0ec4f42648c3 (diff) | |
download | busybox-w32-merge_1_19.tar.gz busybox-w32-merge_1_19.tar.bz2 busybox-w32-merge_1_19.zip |
strsep is in upstream BusyBox: no need for MINGW32 versionmerge_1_19
Diffstat (limited to 'include/platform.h')
-rw-r--r-- | include/platform.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |