Files
zephyr/kernel
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-11-27 20:08:14 -05:00
2021-03-19 11:22:17 -04:00
2020-12-07 21:50:14 -05:00
2021-02-04 14:00:36 -05:00
2020-09-23 13:21:07 -05:00
2021-01-15 14:51:20 +01:00