aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/test_shutdown_select.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/test_shutdown_select.c')
-rw-r--r--src/microhttpd/test_shutdown_select.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/microhttpd/test_shutdown_select.c b/src/microhttpd/test_shutdown_select.c
index 121c38cc..08b30426 100644
--- a/src/microhttpd/test_shutdown_select.c
+++ b/src/microhttpd/test_shutdown_select.c
@@ -22,10 +22,10 @@
22 * @file microhttpd/test_shutdown_select.c 22 * @file microhttpd/test_shutdown_select.c
23 * @brief Test whether shutdown socket triggers select()/poll() 23 * @brief Test whether shutdown socket triggers select()/poll()
24 * @details On some platforms shutting down the socket in one thread 24 * @details On some platforms shutting down the socket in one thread
25 * trigger select() or poll() waiting for this socket in 25 * triggers select() or poll() waiting for this socket in
26 * other thread. libmicrohttpd depend on this behavior on 26 * other thread. libmicrohttpd depends on this behavior on
27 * those platforms. This program check whether select() 27 * these platforms. This program check whether select()
28 * and poll() (if available) works as expected. 28 * and poll() (if available) work as expected.
29 * @author Karlson2k (Evgeny Grin) 29 * @author Karlson2k (Evgeny Grin)
30 */ 30 */
31 31