2
0
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:
Cyrill Gorcunov
2016-10-27 19:05:28 +03:00
committed by Andrei Vagin
parent bb8b8e84f9
commit a714fff5a3
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +0,0 @@
../../criu/include/compiler.h

View File

@@ -5,7 +5,8 @@
#include <unistd.h>
#include <elf.h>
#include "compiler.h"
#include "common/compiler.h"
typedef struct {
char *input_filename;

View File

@@ -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