mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-19 19:34:18 +08:00
13 lines
410 B
Diff
13 lines
410 B
Diff
diff -ru source/lib/nonblock.c source-new/lib/nonblock.c
|
|
--- source/lib/nonblock.c 2017-08-07 15:42:29.000000000 -0700
|
|
+++ source-new/lib/nonblock.c 2017-08-17 10:57:30.123497389 -0700
|
|
@@ -47,7 +47,7 @@
|
|
int curlx_nonblock(curl_socket_t sockfd, /* operate on this */
|
|
int nonblock /* TRUE or FALSE */)
|
|
{
|
|
-#if defined(USE_BLOCKING_SOCKETS)
|
|
+#if 1
|
|
|
|
return 0; /* returns success */
|
|
|