mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Add Z16F NSH configuration
This commit is contained in:
parent
b40dae2137
commit
7ca7ae9fd6
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ static void death_of_child(int signo, siginfo_t *info, void *ucontext)
|
|||
{
|
||||
/* Use of printf in a signal handler is NOT safe! It can cause deadlocks!
|
||||
* Also, signals are not queued by NuttX. As a consequence, some
|
||||
* notifications will get lost (or the info data can be overwrittedn)!
|
||||
* notifications will get lost (or the info data can be overwrittedn)!
|
||||
* Because POSIX does not require signals to be queued, I do not think
|
||||
* that this is a bug (the overwriting is a bug, however).
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue