Files
zephyr/include
Anas Nashif b503be2d02 kernel: poll: rename reserved 'signal' symbol
This symbol is reserved and usage of reserved symbols violates the
coding guidelines. (MISRA 21.2)

NAME
       signal - ANSI C signal handling

SYNOPSIS
       #include <signal.h>

       sighandler_t signal(int signum, sighandler_t handler);

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2021-03-25 07:28:37 -04:00
..
2020-12-18 12:18:28 +01:00
2020-12-18 12:18:28 +01:00
2021-03-19 15:50:21 +01:00
2021-01-12 08:31:12 -06:00
2021-03-19 11:22:17 -04:00