| 96 | } |
| 97 | |
| 98 | static void sigalrm(int signo) { |
| 99 | // do nothing |
| 100 | } |
| 101 | |
| 102 | bool FileLock::FcntlTimeOut(int iCmd, int iType, int iOffset, int iLen, int iWhence, int sec) { |
| 103 | uint64_t offset = iOffset; |
nothing calls this directly
no outgoing calls
no test coverage detected