Is there anywhere I can get a complete list of the minimum version of Linux needed for each syscall? I’m looking for a general answer to questions of the form “If I use syscall X, what is the minimum version of Linux on which my code can run?”
Share
This information can be found in the
syscalls(2)manual page. For those system calls where no kernel version is indicated, the system call appeared in kernel 1.0 or earlier.