diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-05-01 20:46:28 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-05-01 20:46:28 +0000 |
commit | 908ccb9dcdff19c6015a31726d2db5db5fef3ede (patch) | |
tree | 087a63bb6c490291ec12ae4f2e6f5c3dfc984ca4 /src/common/fakepoll.c | |
parent | ac4cb9bdd19bee938d1cb4cb9def727f92c8d2fc (diff) | |
download | tor-908ccb9dcdff19c6015a31726d2db5db5fef3ede.tar.gz tor-908ccb9dcdff19c6015a31726d2db5db5fef3ede.zip |
Handle windows socket errors correctly; comment most of common.
svn:r1756
Diffstat (limited to 'src/common/fakepoll.c')
-rw-r--r-- | src/common/fakepoll.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/common/fakepoll.c b/src/common/fakepoll.c index 37258d8321..5209bedb48 100644 --- a/src/common/fakepoll.c +++ b/src/common/fakepoll.c @@ -2,7 +2,9 @@ /* See LICENSE for licensing information */ /* $Id$ */ -/* On systems where 'poll' doesn't exist, fake it with 'select'. */ +/***** + * fakepoll.c: On systems where 'poll' doesn't exist, fake it with 'select'. + *****/ #include "orconfig.h" #include "fakepoll.h" |