... <unistd.h> 00035 #include <sys/types.h> 00036 #include <sys/syscall.h> 00037 00038 #ifndef gettid 00039 00040 #define gettid() syscall(SYS_gettid) 00041 ...
確定! 回上一頁