| 1011 | } |
| 1012 | |
| 1013 | static void remove_locks_on_signal(int signo) |
| 1014 | { |
| 1015 | remove_locks(); |
| 1016 | sigchain_pop(signo); |
| 1017 | raise(signo); |
| 1018 | } |
| 1019 | |
| 1020 | static void remote_ls(const char *path, int flags, |
| 1021 | void (*userFunc)(struct remote_ls_ctx *ls), |
nothing calls this directly
no test coverage detected