1
Linux3.2.0CLONE_PTRACE雖然sched.h中包含
鑑於以下來源:
#include <stdio.h>
#include <sched.h>
int main(void)
{
printf("%i \n", CLONE_PTRACE);
return 0;
}
我得到:
test.c的:在函數 '主': 測試.c:6:18:錯誤:'CLONE_PTRACE'未申報(首次在此功能中使用)
爲什麼?
謝謝,這解決了我的問題。 – 2012-02-25 17:06:02