mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-19 01:26:22 +00:00
This patch only adds the support but does not enable it for building. Signed-off-by: Guoyun Sun <sunguoyun@loongson.cn>
6 lines
130 B
C
Executable file
6 lines
130 B
C
Executable file
#ifndef __COMPEL_ARCH_FEATURES_H
|
|
#define __COMPEL_ARCH_FEATURES_H
|
|
|
|
#define ARCH_HAS_MEMCPY
|
|
|
|
#endif /* __COMPEL_ARCH_FEATURES_H */
|