mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-20 16:51:37 +00:00
This patch only adds the support but does not enable it for building. Signed-off-by: Guoyun Sun <sunguoyun@loongson.cn>
6 lines
120 B
C
Executable file
6 lines
120 B
C
Executable file
#ifndef __CR_BITSPERLONG_H__
|
|
#define __CR_BITSPERLONG_H__
|
|
|
|
# define BITS_PER_LONG 64
|
|
|
|
#endif /* __CR_BITSPERLONG_H__ */
|