Searched refs:__fd (Results 1 - 1 of 1) sorted by relevance
/lxc/src/lxc/ | ||
H A D | lxccontainer.c | 87 static int faccessat(int __fd, const char *__file, int __type, int __flag) argument 90 return syscall(__NR_faccessat, __fd, __file, __type, __flag); |
Completed in 369 milliseconds