Home
last modified time | relevance | path

Searched refs:__NR_fchmodat (Results 1 – 2 of 2) sorted by relevance

/tools/include/nolibc/
Dnolibc.h143 #ifdef __NR_fchmodat in sys_chmod()
144 return my_syscall4(__NR_fchmodat, AT_FDCWD, path, mode, 0); in sys_chmod()
148 #error Neither __NR_fchmodat nor __NR_chmod defined, cannot implement sys_chmod() in sys_chmod()
/tools/include/uapi/asm-generic/
Dunistd.h177 #define __NR_fchmodat 53 macro
178 __SYSCALL(__NR_fchmodat, sys_fchmodat)