Explorar o código

Merge pull request #946 from zephyrproject-rtos/master

civetweb: WebSockets support for Zephyr
bel2125 %!s(int64=4) %!d(string=hai) anos
pai
achega
73fd993ec8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 */