diff options
Diffstat (limited to 'src/common/compat.c')
-rw-r--r-- | src/common/compat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/compat.c b/src/common/compat.c index bf7e27e186..11455356ed 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -481,6 +481,7 @@ struct tor_lockfile_t { int fd; }; +/** DOCDOC. What's this function do? */ tor_lockfile_t * tor_lockfile_lock(const char *filename, int blocking, int *locked_out) { |