mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 00:58:31 +00:00
CRIU follows Linux kernel coding style. This patch updates the architecture-specific code for MIPS to use tab indentation, add whitespace between closing parenthesis and open bracket, and changes the mode of source files from 755 to 644. Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
6 lines
130 B
C
6 lines
130 B
C
#ifndef __COMPEL_ARCH_FEATURES_H
|
|
#define __COMPEL_ARCH_FEATURES_H
|
|
|
|
#define ARCH_HAS_MEMCPY
|
|
|
|
#endif /* __COMPEL_ARCH_FEATURES_H */
|