Fix posix pid_t type redifiniton (zephyr vs arcmwdtlib). Add omitted in arcmwdtlib type sigevent. This Fixes https://github.com/zephyrproject-rtos/zephyr/issues/75105 Signed-off-by: Nikolay Agishev <agishev@synopsys.com>
13 lines
250 B
C
13 lines
250 B
C
/*
|
|
* Copyright (c) 2024 Synopsys
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef LIB_LIBC_ARCMWDT_INCLUDE_SIGNAL_H_
|
|
#define LIB_LIBC_ARCMWDT_INCLUDE_SIGNAL_H_
|
|
|
|
#include <zephyr/posix/signal.h>
|
|
|
|
#endif /* LIB_LIBC_ARCMWDT_INCLUDE_SIGNAL_H_ */
|