Commit 6d972947 authored by Pavel Emelyanov's avatar Pavel Emelyanov

Hide asm/restore.h from sources

travis-ci: success for criu: Remove asm/ includes from non-arch sources
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 25218bcd
......@@ -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"
......
#ifndef __CR_INC_RESTORE_H__
#define __CR_INC_RESTORE_H__
#include "asm/restore.h"
#endif
#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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment