aboutsummaryrefslogtreecommitdiff
path: root/include/mingw.h
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2014-03-11 20:32:40 +0000
committerRon Yorston <rmy@pobox.com>2014-03-11 20:32:40 +0000
commiteab799e6ddcd41179c3ca2a7bbb48628da03b53c (patch)
tree108a8d5c9b1cf02cda254936902d5c2987424e64 /include/mingw.h
parentdbd7151c0e7d991514372ebaf28d7c398acca184 (diff)
downloadbusybox-w32-eab799e6ddcd41179c3ca2a7bbb48628da03b53c.tar.gz
busybox-w32-eab799e6ddcd41179c3ca2a7bbb48628da03b53c.tar.bz2
busybox-w32-eab799e6ddcd41179c3ca2a7bbb48628da03b53c.zip
Import mempcpy from gnulib
Diffstat (limited to 'include/mingw.h')
-rw-r--r--include/mingw.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h
index ede7a72f5..c405c4a97 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -174,6 +174,11 @@ void unsetenv(const char *env);
174#define mktemp mingw_mktemp 174#define mktemp mingw_mktemp
175 175
176/* 176/*
177 * string.h
178 */
179void *mempcpy(void *dest, const void *src, size_t n);
180
181/*
177 * sys/ioctl.h 182 * sys/ioctl.h
178 */ 183 */
179 184