系统调用

include/asm_generic/unistd.h  包含了linux系统所有的系统调用 

syscall_table_32.S 记录了ia32的系统调用号 。 

你可能感兴趣的:(系统调用)