mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
fix(newlib): Remove definitions of raise()
This commit is contained in:
@@ -126,6 +126,7 @@ int fstat(int fd, struct stat *st)
|
||||
return _fstat_r(__getreent(), fd, st);
|
||||
}
|
||||
|
||||
#ifndef CONFIG_LIBC_PICOLIBC
|
||||
#if CONFIG_SPIRAM_CACHE_LIBMISC_IN_IRAM
|
||||
IRAM_ATTR
|
||||
#endif
|
||||
@@ -133,6 +134,7 @@ int raise(int sig)
|
||||
{
|
||||
return _raise_r(__getreent(), sig);
|
||||
}
|
||||
#endif // !CONFIG_LIBC_PICOLIBC
|
||||
|
||||
#if CONFIG_SPIRAM_CACHE_LIBMISC_IN_IRAM
|
||||
IRAM_ATTR
|
||||
|
||||
Reference in New Issue
Block a user