Browse Source

Merge pull request #946 from zephyrproject-rtos/master

civetweb: WebSockets support for Zephyr
bel2125 4 years ago
parent
commit
73fd993ec8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/civetweb.c

+ 1 - 1
src/civetweb.c

@@ -18285,7 +18285,7 @@ websocket_client_thread(void *data)
 
 	void *user_thread_ptr = NULL;
 
-#if !defined(_WIN32)
+#if !defined(_WIN32) && !defined(__ZEPHYR__)
 	struct sigaction sa;
 
 	/* Ignore SIGPIPE */