diff options
Diffstat (limited to 'src/lib/fdio/fdio.c')
-rw-r--r-- | src/lib/fdio/fdio.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/fdio/fdio.c b/src/lib/fdio/fdio.c index 21577e1845..afb57e03dd 100644 --- a/src/lib/fdio/fdio.c +++ b/src/lib/fdio/fdio.c @@ -3,6 +3,12 @@ * Copyright (c) 2007-2018, The Tor Project, Inc. */ /* See LICENSE for licensing information */ +/** + * \file fdio.c + * + * \brief Low-level compatibility wrappers for fd-based IO. + **/ + #include "orconfig.h" #ifdef HAVE_UNISTD_H |