mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
compel: Use common's compiler.h
And drop compel/include symlink. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
committed by
Andrei Vagin
parent
bb8b8e84f9
commit
a714fff5a3
@@ -1 +0,0 @@
|
||||
../../criu/include/compiler.h
|
@@ -5,7 +5,8 @@
|
||||
#include <unistd.h>
|
||||
|
||||
#include <elf.h>
|
||||
#include "compiler.h"
|
||||
|
||||
#include "common/compiler.h"
|
||||
|
||||
typedef struct {
|
||||
char *input_filename;
|
||||
|
@@ -6,7 +6,7 @@
|
||||
|
||||
#include "std-priv.h"
|
||||
|
||||
#include "compiler.h"
|
||||
#include "common/compiler.h"
|
||||
|
||||
#define __sys(foo) sys_##foo
|
||||
#define __std(foo) std_##foo
|
||||
|
Reference in New Issue
Block a user