Commit 397c6a86 authored by Pavel Emelyanov's avatar Pavel Emelyanov

Hide asm/bitsperlong.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 0b3e86c4
#include "asm/bitsperlong.h"
#include "bitsperlong.h"
#define BIT_WORD(nr) ((nr) / BITS_PER_LONG)
......
#ifndef __CR_INC_BITSPERLONG_H__
#define __CR_INC_BITSPERLONG_H__
#include "asm/bitsperlong.h"
#endif
#include <stdarg.h>
#include "asm/bitsperlong.h"
#include "bitsperlong.h"
#include "syscall.h"
#include "log.h"
......
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