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:
@@ -1,4 +1,4 @@
|
||||
#include "asm/bitsperlong.h"
|
||||
#include "bitsperlong.h"
|
||||
|
||||
#define BIT_WORD(nr) ((nr) / BITS_PER_LONG)
|
||||
|
||||
|
4
criu/include/bitsperlong.h
Normal file
4
criu/include/bitsperlong.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#ifndef __CR_INC_BITSPERLONG_H__
|
||||
#define __CR_INC_BITSPERLONG_H__
|
||||
#include "asm/bitsperlong.h"
|
||||
#endif
|
@@ -1,7 +1,6 @@
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "asm/bitsperlong.h"
|
||||
|
||||
#include "bitsperlong.h"
|
||||
#include "syscall.h"
|
||||
#include "log.h"
|
||||
|
||||
|
Reference in New Issue
Block a user