Searched refs:__NR_close (Results 1 – 2 of 2) sorted by relevance
185 #define __NR_close 57 macro186 __SYSCALL(__NR_close, sys_close)
1507 return my_syscall1(__NR_close, fd); in sys_close()