Searched defs:__fd (Results 1 - 1 of 1) sorted by relevance

/lxc/src/lxc/
H A Dlxccontainer.c87 static int faccessat(int __fd, const char *__file, int __type, int __flag) argument
90 return syscall(__NR_faccessat, __fd, __file, __type, __flag);

Completed in 23 milliseconds