diff options
Diffstat (limited to 'src/common/fakepoll.c')
-rw-r--r-- | src/common/fakepoll.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/common/fakepoll.c b/src/common/fakepoll.c index bdc2831ea..8fafb0179 100644 --- a/src/common/fakepoll.c +++ b/src/common/fakepoll.c @@ -2,9 +2,11 @@ /* See LICENSE for licensing information */ /* $Id$ */ -/***** - * fakepoll.c: On systems where 'poll' doesn't exist, fake it with 'select'. - *****/ +/** + * \file fakepoll.c + * + * \brief On systems where poll() doesn't exist, fake it with select(). + **/ #include "orconfig.h" #include "fakepoll.h" |