Squashed commit of the following:
binfmt: Fix some compilation issues introduced in previous changes. Verfied with the STM32F4-Discovery ELF configuration. binfmt: schedule_unload() is an internal OS function and must not alter the errno variable. binfmt: unload_module() is an internal OS function and must not alter the errno variable. binfmt: load_module() is an internal OS function and must not alter the errno variable. binfmt: exec_module() is an internal OS function and must not alter the errno variable.
Showing
- Documentation/NuttXBinfmt.html 5 additions, 9 deletionsDocumentation/NuttXBinfmt.html
- Documentation/NuttXNxFlat.html 4 additions, 10 deletionsDocumentation/NuttXNxFlat.html
- Documentation/NuttxPortingGuide.html 1 addition, 1 deletionDocumentation/NuttxPortingGuide.html
- binfmt/binfmt_exec.c 8 additions, 9 deletionsbinfmt/binfmt_exec.c
- binfmt/binfmt_execmodule.c 13 additions, 33 deletionsbinfmt/binfmt_execmodule.c
- binfmt/binfmt_loadmodule.c 11 additions, 21 deletionsbinfmt/binfmt_loadmodule.c
- binfmt/binfmt_schedunload.c 9 additions, 15 deletionsbinfmt/binfmt_schedunload.c
- binfmt/binfmt_unloadmodule.c 3 additions, 5 deletionsbinfmt/binfmt_unloadmodule.c
- binfmt/pcode.c 1 addition, 1 deletionbinfmt/pcode.c
- include/nuttx/binfmt/binfmt.h 12 additions, 12 deletionsinclude/nuttx/binfmt/binfmt.h
Loading
Please register or sign in to comment