Files
esp-protocols/components/mosquitto/port/signals.c

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
269 B
C
Raw Normal View History

/*
* 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;
}