mirror of
https://github.com/torvalds/linux.git
synced 2025-11-05 19:19:43 +02:00
5 lines
79 B
C
5 lines
79 B
C
#ifdef __i386__
|
|
#include "syscalls_32.h"
|
|
#else
|
|
#include "syscalls_64.h"
|
|
#endif
|