oscomp / testsuits-for-oskernel

98 stars 30 forks source link

Duplicated SYSCALL number #2

Closed willson0v0 closed 3 years ago

willson0v0 commented 3 years ago

In testsuits-for-oskernel/oscomp_syscalls.md, SYS_pipe2 and SYS_execve both use 59 as its SYSCALL number. Just for reference, in the syscall call table of Linux under x86-64, the call number of SYS_exceve is 59 and the call number of SYS_pipe2 is 293.

elliott10 commented 3 years ago

Thank you for your feedback ! We have corrected it.
In Linux, syscalls ID of various CPU architectures are different.