mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 17:12:06 +00:00
6 lines
80 B
C
6 lines
80 B
C
|
#ifdef CONFIG_X86_32
|
||
|
# include "futex_32.h"
|
||
|
#else
|
||
|
# include "futex_64.h"
|
||
|
#endif
|