Kernel  |  3.10

下载     查看原文件
C++程序  |  6行  |  79 B
#ifdef __i386__
#include "syscalls_32.h"
#else
#include "syscalls_64.h"
#endif