nuttx/binfmt
Xiang Xiao 6a3c2aded6 Fix wait loop and void cast (#24)
* Simplify EINTR/ECANCEL error handling

1. Add semaphore uninterruptible wait function
2 .Replace semaphore wait loop with a single uninterruptible wait
3. Replace all sem_xxx to nxsem_xxx

* Unify the void cast usage

1. Remove void cast for function because many place ignore the returned value witout cast
2. Replace void cast for variable with UNUSED macro
2020-01-02 10:54:43 -06:00
..
libelf Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
libnxflat Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
.gitignore
binfmt.h This commit moves shared builtin information out of binfmt/libbuiltin and into libs/libc/builtin where it can be shared. This should permit builtin application in the PROTECTED build where binfmt/libbuiltin is not available in user space. 2019-08-23 09:07:40 -06:00
binfmt_copyargv.c
binfmt_dumpmodule.c
binfmt_exec.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
binfmt_execmodule.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
binfmt_execsymtab.c
binfmt_exit.c
binfmt_globals.c
binfmt_initialize.c Remove all support for the ancient Pascal compiler and pcode interpreter. 2019-11-21 06:58:38 -06:00
binfmt_loadmodule.c
binfmt_register.c
binfmt_unloadmodule.c
binfmt_unregister.c
builtin.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
elf.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
Kconfig Remove all support for the ancient Pascal compiler and pcode interpreter. 2019-11-21 06:58:38 -06:00
Makefile Remove all support for the ancient Pascal compiler and pcode interpreter. 2019-11-21 06:58:38 -06:00
nxflat.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00