We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ca7247 commit fc7e6e3Copy full SHA for fc7e6e3
src/__unix__&&!__EMSCRIPTEN__/network/fdefine.socket.c
@@ -2,7 +2,7 @@
2
//mannaged by silver chain: https://github.com/OUIsolutions/SilverChain
3
#include "../../imports/imports.dep_defineB.h"
4
//silver_chain_scope_end
5
-#if defined(__unix__) && !defined(__EMSCRIPTEN__)
+#if (defined(__unix__) || defined(__APPLE__)) && !defined(__EMSCRIPTEN__)
6
7
static int private_BearHttps_socket_set_nonblocking(int sockfd) {
8
int flags = fcntl(sockfd, F_GETFL, 0);
0 commit comments