diff options
author | Ron Yorston <rmy@pobox.com> | 2017-08-23 20:05:31 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2017-08-23 20:05:31 +0100 |
commit | 8efbd67183ccc98ce343ea0c69b62c8b75573c9f (patch) | |
tree | 751dbf01c4073394fdd4dbb87bbb6bcf92cd5719 /include | |
parent | 0f8d2b47dc78f9915a9ccdec29ef5c148011d583 (diff) | |
download | busybox-w32-8efbd67183ccc98ce343ea0c69b62c8b75573c9f.tar.gz busybox-w32-8efbd67183ccc98ce343ea0c69b62c8b75573c9f.tar.bz2 busybox-w32-8efbd67183ccc98ce343ea0c69b62c8b75573c9f.zip |
win32: remove implementation of mempcpy
mingw-w64 has its own mempcpy. And even if it didn't upstream
BusyBox has one too. So we definitely don't need our own.
Diffstat (limited to 'include')
-rw-r--r-- | include/mingw.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/mingw.h b/include/mingw.h index d93f8ad06..197b3519a 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -213,11 +213,6 @@ void unsetenv(const char *env); | |||
213 | #define mktemp mingw_mktemp | 213 | #define mktemp mingw_mktemp |
214 | 214 | ||
215 | /* | 215 | /* |
216 | * string.h | ||
217 | */ | ||
218 | void *mempcpy(void *dest, const void *src, size_t n); | ||
219 | |||
220 | /* | ||
221 | * strings.h | 216 | * strings.h |
222 | */ | 217 | */ |
223 | int ffs(int i); | 218 | int ffs(int i); |