mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-10-07 20:10:56 +02:00
14 lines
269 B
C
14 lines
269 B
C
![]() |
/*
|
||
|
* SPDX-FileCopyrightText: 2024 Roger Light <roger@atchoo.org>
|
||
|
*
|
||
|
* SPDX-License-Identifier: EPL-2.0
|
||
|
*
|
||
|
* SPDX-FileContributor: 2024 Espressif Systems (Shanghai) CO LTD
|
||
|
*/
|
||
|
#include "signal.h"
|
||
|
|
||
|
int sigprocmask (int, const sigset_t *, sigset_t *)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|