2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-30 22:05:36 +00:00

Hide asm/bitsperlong.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:
Pavel Emelyanov
2016-10-20 23:40:40 +03:00
parent 0b3e86c490
commit 397c6a86e6
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
#include "asm/bitsperlong.h"
#include "bitsperlong.h"
#define BIT_WORD(nr) ((nr) / BITS_PER_LONG)

View File

@@ -0,0 +1,4 @@
#ifndef __CR_INC_BITSPERLONG_H__
#define __CR_INC_BITSPERLONG_H__
#include "asm/bitsperlong.h"
#endif

View File

@@ -1,7 +1,6 @@
#include <stdarg.h>
#include "asm/bitsperlong.h"
#include "bitsperlong.h"
#include "syscall.h"
#include "log.h"