mirror of
https://github.com/espressif/esp-protocols.git
synced 2026-07-07 00:50:52 +02:00
fix(asio): Fix picolib missing pthread_sigmask() declaration
This commit is contained in:
@@ -7,5 +7,6 @@
|
||||
|
||||
#include "sys/socket.h"
|
||||
#include "socketpair.h"
|
||||
#include "asio_stub.hpp"
|
||||
|
||||
#include_next "asio/detail/config.hpp"
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#pragma once
|
||||
#include <signal.h>
|
||||
|
||||
extern "C" int pthread_sigmask(int, const sigset_t *, sigset_t *);
|
||||
Reference in New Issue
Block a user