diff options
Diffstat (limited to 'src/common/compat.c')
-rw-r--r-- | src/common/compat.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/compat.c b/src/common/compat.c index 457b798f7e..0b67820c6c 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -2,7 +2,6 @@ /* See LICENSE for licensing information */ /* $Id$ */ - /* This is required on rh7 to make strptime not complain. */ #define _GNU_SOURCE @@ -488,7 +487,6 @@ void spawn_exit() #endif } - /** Set *timeval to the current time of day. On error, log and terminate. * (Same as gettimeofday(timeval,NULL), but never returns -1.) */ @@ -560,7 +558,6 @@ void tor_mutex_release(tor_mutex_t *m) } #endif - /** * On Windows, WSAEWOULDBLOCK is not always correct: when you see it, * you need to ask the socket for its actual errno. Also, you need to |