Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_syscall.c162 #define orig_fcntl ((int(*)(int,int,...))aSyscall[7].xOrig) macro
310 return orig_fcntl(fd, cmd, pArg); in ts_fcntl()