about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/or1k/arch-syscall.h
Commit message (Collapse)AuthorAgeFilesLines
* Update syscall lists for Linux 5.17Joseph Myers2022-03-231-0/+1
| | | | | | | | Linux 5.17 has one new syscall, set_mempolicy_home_node. Update syscall-names.list and regenerate the arch-syscall.h headers with build-many-glibcs.py update-syscalls. Tested with build-many-glibcs.py.
* Update syscall lists for Linux 5.16Joseph Myers2022-01-131-0/+1
| | | | | | | | Linux 5.16 has one new syscall, futex_waitv. Update syscall-names.list and regenerate the arch-syscall.h headers with build-many-glibcs.py update-syscalls. Tested with build-many-glibcs.py.
* or1k: Linux Syscall InterfaceStafford Horne2022-01-051-0/+325
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>