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:
parent
db9b45a7b3
commit
a0287cac7f
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ difftime64
|
||||||
div
|
div
|
||||||
erf
|
erf
|
||||||
erfc
|
erfc
|
||||||
|
errno
|
||||||
exit
|
exit
|
||||||
exp
|
exp
|
||||||
fabs
|
fabs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue