mirror of
https://github.com/apache/nuttx.git
synced 2026-08-04 22:00:21 +00:00
binfmt/, configs/, grahics/, libc/, mm/, net/, sched/: OS references to the errno variable should always use the set_errno(), get_errno() macros
arch/arm/src/stm32 and stm32f7: Architecture-specific code is not permitted to modify the errno variable. drivers/ and libc/: OS references to the errno variable should always use the set_errno(), get_errno() macros
|
||
|---|---|---|
| .. | ||
| cacheroute.h | ||
| fileroute.h | ||
| Kconfig | ||
| Make.defs | ||
| net_add_fileroute.c | ||
| net_add_ramroute.c | ||
| net_alloc_ramroute.c | ||
| net_cacheroute.c | ||
| net_del_fileroute.c | ||
| net_del_ramroute.c | ||
| net_dumproute.c | ||
| net_fileroute.c | ||
| net_foreach_fileroute.c | ||
| net_foreach_ramroute.c | ||
| net_foreach_romroute.c | ||
| net_initroute.c | ||
| net_queue_ramroute.c | ||
| net_router.c | ||
| netdev_router.c | ||
| ramroute.h | ||
| romroute.h | ||
| route.h | ||