mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +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:
parent
bb8b8e84f9
commit
a714fff5a3
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue