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:
committed by
Norman Feske
parent
0a0f0031a4
commit
c04ddbf6d8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user