mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-08-04 07:43:23 +00:00
Hide asm/restore.h from sources
travis-ci: success for criu: Remove asm/ includes from non-arch sources Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
parent
25218bcdb5
commit
6d97294776
3 changed files with 6 additions and 4 deletions
|
|
@ -86,7 +86,7 @@
|
|||
#include "images/pagemap.pb-c.h"
|
||||
#include "images/siginfo.pb-c.h"
|
||||
|
||||
#include "asm/restore.h"
|
||||
#include "restore.h"
|
||||
|
||||
#include "cr-errno.h"
|
||||
|
||||
|
|
|
|||
4
criu/include/restore.h
Normal file
4
criu/include/restore.h
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#ifndef __CR_INC_RESTORE_H__
|
||||
#define __CR_INC_RESTORE_H__
|
||||
#include "asm/restore.h"
|
||||
#endif
|
||||
|
|
@ -1,8 +1,6 @@
|
|||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "asm/restore.h"
|
||||
|
||||
#include "restore.h"
|
||||
#include "images/core.pb-c.h"
|
||||
|
||||
static inline void setup_sas(struct rt_sigframe* sigframe, ThreadSasEntry *sas)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue