aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/memorypool.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/memorypool.c')
-rw-r--r--src/microhttpd/memorypool.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/microhttpd/memorypool.c b/src/microhttpd/memorypool.c
index ddfd08d3..57e49cf0 100644
--- a/src/microhttpd/memorypool.c
+++ b/src/microhttpd/memorypool.c
@@ -100,6 +100,7 @@ MHD_init_mem_pools_ (void)
100#endif /* _WIN32 */ 100#endif /* _WIN32 */
101} 101}
102 102
103
103/** 104/**
104 * Handle for a memory pool. Pools are not reentrant and must not be 105 * Handle for a memory pool. Pools are not reentrant and must not be
105 * used by multiple threads. 106 * used by multiple threads.