aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-09-22 11:56:36 +1000
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-09-22 11:56:36 +1000
commit5a4583e25168f44b509713aee48cce031533d2fc (patch)
treed498e5d64399db1f656fcca4fc89980eac1fdde0 /include
parent87994ae30fbb6056ba90e274445b3190feb84f76 (diff)
parent077d7bf83e6fdd85c7c348e2fcb3c51af9bc3934 (diff)
downloadbusybox-w32-5a4583e25168f44b509713aee48cce031533d2fc.tar.gz
busybox-w32-5a4583e25168f44b509713aee48cce031533d2fc.tar.bz2
busybox-w32-5a4583e25168f44b509713aee48cce031533d2fc.zip
Merge branch 'vi'
Diffstat (limited to 'include')
-rw-r--r--include/platform.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/platform.h b/include/platform.h
index 232fead89..2b3ad42bd 100644
--- a/include/platform.h
+++ b/include/platform.h
@@ -379,6 +379,7 @@ typedef unsigned smalluint;
379 379
380#if ENABLE_PLATFORM_MINGW32 380#if ENABLE_PLATFORM_MINGW32
381# undef HAVE_FDPRINTF 381# undef HAVE_FDPRINTF
382# undef HAVE_MEMRCHR
382# undef HAVE_MKDTEMP 383# undef HAVE_MKDTEMP
383# undef HAVE_SETBIT 384# undef HAVE_SETBIT
384# undef HAVE_STRCASESTR 385# undef HAVE_STRCASESTR
@@ -413,6 +414,7 @@ extern int fdprintf(int fd, const char *format, ...);
413#endif 414#endif
414 415
415#ifndef HAVE_MEMRCHR 416#ifndef HAVE_MEMRCHR
417#include <stddef.h>
416extern void *memrchr(const void *s, int c, size_t n) FAST_FUNC; 418extern void *memrchr(const void *s, int c, size_t n) FAST_FUNC;
417#endif 419#endif
418 420