diff options
Diffstat (limited to 'src/lib/fs/mmap.c')
-rw-r--r-- | src/lib/fs/mmap.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/fs/mmap.c b/src/lib/fs/mmap.c index 6d69fd5e78..2d758c1b5f 100644 --- a/src/lib/fs/mmap.c +++ b/src/lib/fs/mmap.c @@ -3,6 +3,12 @@ * Copyright (c) 2007-2018, The Tor Project, Inc. */ /* See LICENSE for licensing information */ +/** + * \file mmap.c + * + * \brief Cross-platform support for mapping files into our address space. + **/ + #include "lib/fs/mmap.h" #include "lib/fs/files.h" #include "lib/log/torlog.h" |