mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-13 21:19:46 +08:00

Newlib defines errno as #define errno (*__errno()) In case this is expanded in a function parameter, e.g. void f(int errno) { ... } then we have a function pointer parameter instead of the integer scalar.
Description
No description provided
Languages
C
95.9%
C++
1.1%
Shell
0.6%
Python
0.5%
Yacc
0.4%
Other
1.3%