dde_rump: move memcpy() to rump lib

On ARM in one way or another 'string.h' prototypes will be used. Move
the definitions from rump_fs to the rump library because it is needed
by all rump based servers running on ARM.

Issue #1141.
This commit is contained in:
Josef Söntgen
2014-04-30 15:17:50 +02:00
committed by Norman Feske
parent 0a0f0031a4
commit c04ddbf6d8
3 changed files with 31 additions and 16 deletions

View File

@@ -15,7 +15,7 @@ VERBOSE_LEVEL ?= 0
#
# Sources
#
SRC_CC = dummies.cc hypercall.cc bootstrap.cc io.cc sync.cc
SRC_CC = dummies.cc hypercall.cc bootstrap.cc io.cc sync.cc misc.cc
#
# TARGET to trigger rump build