Searched refs:__NR_chmod (Results 1 – 3 of 3) sorted by relevance
2 #ifdef __NR_chmod3 __NR_chmod,
119 #elif defined(__NR_chmod) in sys_chmod()120 return my_syscall2(__NR_chmod, path, mode); in sys_chmod()122 #error Neither __NR_fchmodat nor __NR_chmod defined, cannot implement sys_chmod() in sys_chmod()
43 #define __NR_chmod 15 macro44 __SYSCALL(__NR_chmod, sys_chmod)