aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_quiesce.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/test_quiesce.c')
-rw-r--r--src/testcurl/test_quiesce.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testcurl/test_quiesce.c b/src/testcurl/test_quiesce.c
index 43f7536c..33d34dd5 100644
--- a/src/testcurl/test_quiesce.c
+++ b/src/testcurl/test_quiesce.c
@@ -284,7 +284,7 @@ testGet (int type, int pool_count, int poll_flag)
284 return 2; 284 return 2;
285 } 285 }
286 if (0 != pthread_create (&thrd, NULL, &ServeOneRequest, 286 if (0 != pthread_create (&thrd, NULL, &ServeOneRequest,
287 (void*) (intptr_t) fd)) 287 (void *) (intptr_t) fd))
288 { 288 {
289 fprintf (stderr, "pthread_create failed\n"); 289 fprintf (stderr, "pthread_create failed\n");
290 curl_easy_cleanup (c); 290 curl_easy_cleanup (c);
@@ -303,7 +303,7 @@ testGet (int type, int pool_count, int poll_flag)
303 return 2; 303 return 2;
304 } 304 }
305 305
306 if (0 != pthread_join (thrd, (void**) &thrdRet)) 306 if (0 != pthread_join (thrd, (void **) &thrdRet))
307 { 307 {
308 fprintf (stderr, "pthread_join failed\n"); 308 fprintf (stderr, "pthread_join failed\n");
309 curl_easy_cleanup (c); 309 curl_easy_cleanup (c);