diff options
| author | Ron Yorston <rmy@pobox.com> | 2014-03-11 20:32:40 +0000 |
|---|---|---|
| committer | Ron Yorston <rmy@pobox.com> | 2014-03-11 20:32:40 +0000 |
| commit | eab799e6ddcd41179c3ca2a7bbb48628da03b53c (patch) | |
| tree | 108a8d5c9b1cf02cda254936902d5c2987424e64 /include | |
| parent | dbd7151c0e7d991514372ebaf28d7c398acca184 (diff) | |
| download | busybox-w32-eab799e6ddcd41179c3ca2a7bbb48628da03b53c.tar.gz busybox-w32-eab799e6ddcd41179c3ca2a7bbb48628da03b53c.tar.bz2 busybox-w32-eab799e6ddcd41179c3ca2a7bbb48628da03b53c.zip | |
Import mempcpy from gnulib
Diffstat (limited to 'include')
| -rw-r--r-- | include/mingw.h | 5 |
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 | */ | ||
| 179 | void *mempcpy(void *dest, const void *src, size_t n); | ||
| 180 | |||
| 181 | /* | ||
| 177 | * sys/ioctl.h | 182 | * sys/ioctl.h |
| 178 | */ | 183 | */ |
| 179 | 184 | ||
