summaryrefslogtreecommitdiff
path: root/src/lib/fs/mmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/fs/mmap.h')
-rw-r--r--src/lib/fs/mmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/fs/mmap.h b/src/lib/fs/mmap.h
index 125f368802..8d6ca9a0e2 100644
--- a/src/lib/fs/mmap.h
+++ b/src/lib/fs/mmap.h
@@ -35,7 +35,7 @@ typedef struct tor_mmap_t {
} tor_mmap_t;
-tor_mmap_t *tor_mmap_file(const char *filename) ATTR_NONNULL((1));
-int tor_munmap_file(tor_mmap_t *handle) ATTR_NONNULL((1));
+tor_mmap_t *tor_mmap_file(const char *filename);
+int tor_munmap_file(tor_mmap_t *handle);
#endif