scripts: coccinelle: add errno as a reserved name

errno is defined by the ISO C standard to be a modifiable lvalue of type
int, and **must not be explicitly declared**

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2024-08-20 10:01:35 +02:00 committed by Anas Nashif
commit a0287cac7f

View file

@ -31,6 +31,7 @@ difftime64
div
erf
erfc
errno
exit
exp
fabs