aboutsummaryrefslogtreecommitdiff
path: root/win32/mempcpy.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* win32: remove implementation of mempcpyRon Yorston2017-08-231-27/+0
| | | | | 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.
* Fix some compiler warningsRon Yorston2014-03-131-0/+1
|
* Import mempcpy from gnulibRon Yorston2014-03-111-0/+26