Browse Source

Merge pull request #946 from zephyrproject-rtos/master

civetweb: WebSockets support for Zephyr
bel2125 4 năm trước cách đây
mục cha
commit
73fd993ec8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 */