brintos

brintos / linux-shallow public Read only

0
0
Text · 442 B · c3ae3e7 Raw
11 lines · plain
1What:		The kernel syscall interface2Description:3	This interface matches much of the POSIX interface and is based4	on it and other Unix based interfaces.  It will only be added to5	over time, and not have things removed from it.6 7	Note that this interface is different for every architecture8	that Linux supports.  Please see the architecture-specific9	documentation for details on the syscall numbers that are to be10	mapped to each syscall.11