include/signal.h: Change type of SIG_IGN and related defines to _sa_handler_t

This commit is contained in:
Aleksandr Vyhovanec
2016-06-07 06:56:19 -06:00
committed by Gregory Nutt
parent 08fd09b8fe
commit c939bbe47a
2 changed files with 11 additions and 9 deletions
+3
View File
@@ -11916,3 +11916,6 @@
kfazz (2016-06).
* arch/arm/src/stm32: Add support for the STM32F105R. From Konstantin
Berezenko (2016-06-06).
* include/signal.h: Change type of SIG_ERR, SIG_IGN, ... to
_sa_handler_t. They type void does not work with the IAR toolchain.
From Aleksandr Vyhovanec (2016-06-07).