We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fdec046 + 25d54ef commit 7f8494aCopy full SHA for 7f8494a
components/asio/port/include/asio/detail/config.hpp
@@ -7,5 +7,6 @@
7
8
#include "sys/socket.h"
9
#include "socketpair.h"
10
+#include "asio_stub.hpp"
11
12
#include_next "asio/detail/config.hpp"
components/asio/port/include/asio_stub.hpp
@@ -0,0 +1,9 @@
1
+/*
2
+ * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+#pragma once
+#include <signal.h>
+
+extern "C" int pthread_sigmask(int, const sigset_t *, sigset_t *);
0 commit comments