unistd.h i find the last one is NR_syscalls 289
but in syscall_table.S has 310
how many system call in kernel 2.6 ?
why there is only 289 in unistd.h where is the rest ?
if i want to add a new system call
should i start at 311 or 290 ?