mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 01:07:21 +00:00
[fix] typo
This commit is contained in:
@@ -17,11 +17,11 @@ extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#ifdef RT_USING_MUSLLIBC
|
||||
/* this is require for musl <signal.h> */
|
||||
/* this is required for musl <signal.h> */
|
||||
#ifndef _POSIX_SOURCE
|
||||
#define _POSIX_SOURCE
|
||||
#include <signal.h>
|
||||
/* limit influenced of _POSIX_SOURCE */
|
||||
/* limiting influence of _POSIX_SOURCE */
|
||||
#undef _POSIX_SOURCE
|
||||
|
||||
#else /* ndef _POSIX_SOURCE */
|
||||
|
||||
Reference in New Issue
Block a user