mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
Acked-by: Mike Rapoport <rppt@linux.ibm.com> Signed-off-by: Adrian Reber <areber@redhat.com>
6 lines
119 B
C
6 lines
119 B
C
#ifndef __CR_BITSPERLONG_H__
|
|
#define __CR_BITSPERLONG_H__
|
|
|
|
#define BITS_PER_LONG 64
|
|
|
|
#endif /* __CR_BITSPERLONG_H__ */
|