add faccessat(2) syscall
authorNicolas Thery <nthery@gmail.com>
Sun, 23 Aug 2009 06:18:28 +0000 (08:18 +0200)
committerNicolas Thery <nthery@gmail.com>
Sun, 23 Aug 2009 06:59:58 +0000 (08:59 +0200)
commit18cf460b3e33a8f09d16bcfee5a4aae0e082504f
treecd3c0ec1d8c326556cb966df36e7dfed623220d3
parentb2aed953647428149e24f2497ae39e417c6c0ea5
add faccessat(2) syscall

Also add its libc_r wrapper and man page.
16 files changed:
include/unistd.h
lib/libc/sys/Makefile.inc
lib/libc/sys/access.2
lib/libc_r/uthread/Makefile.inc
lib/libc_r/uthread/uthread_faccessat.c [new file with mode: 0644]
sys/emulation/linux/linux_file.c
sys/kern/init_sysent.c
sys/kern/syscalls.c
sys/kern/syscalls.master
sys/kern/vfs_syscalls.c
sys/sys/kern_syscall.h
sys/sys/syscall-hide.h
sys/sys/syscall.h
sys/sys/syscall.mk
sys/sys/sysproto.h
sys/sys/sysunion.h