6 lines
79 B
C
Vendored
6 lines
79 B
C
Vendored
#ifdef __i386__
|
|
#include "syscalls_32.h"
|
|
#else
|
|
#include "syscalls_64.h"
|
|
#endif
|