mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-28 04:48:16 +00:00
7 lines
119 B
C
7 lines
119 B
C
|
#ifndef __CR_BITSPERLONG_H__
|
||
|
#define __CR_BITSPERLONG_H__
|
||
|
|
||
|
#define BITS_PER_LONG 32
|
||
|
|
||
|
#endif /* __CR_BITSPERLONG_H__ */
|