aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/internal.c')
-rw-r--r--src/microhttpd/internal.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/microhttpd/internal.c b/src/microhttpd/internal.c
index 6170fe0a..c8db5af0 100644
--- a/src/microhttpd/internal.c
+++ b/src/microhttpd/internal.c
@@ -160,6 +160,13 @@ MHD_http_unescape (void *cls,
160} 160}
161 161
162 162
163/**
164 * Equivalent to time(NULL) but tries to use some sort of monotonic
165 * clock that isn't affected by someone setting the system real time
166 * clock.
167 *
168 * @return 'current' time
169 */
163time_t 170time_t
164MHD_monotonic_time (void) 171MHD_monotonic_time (void)
165{ 172{