nuttx/libs/libc/dlfcn
Xiang Xiao a8de37fbec Ensure all source code end with one and only one newline
by this command:
git ls-files -z | while IFS= read -rd '' f; do tail -c1 < "$f" | read -r _ || echo >> "$f"; done
2020-02-08 07:25:56 -06:00
..
Kconfig include/: Correct naming of standard header file. Should be dlfcn.h, not dllfcn.h. I am surprised no one ever noticed before now. 2019-02-09 14:09:28 -06:00
lib_dlclose.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
lib_dlerror.c Ensure all source code end with one and only one newline 2020-02-08 07:25:56 -06:00
lib_dlopen.c ELF64 support (#220) 2020-02-07 17:10:23 -06:00
lib_dlsym.c include/: Correct naming of standard header file. Should be dlfcn.h, not dllfcn.h. I am surprised no one ever noticed before now. 2019-02-09 14:09:28 -06:00
lib_dlsymtab.c include/: Correct naming of standard header file. Should be dlfcn.h, not dllfcn.h. I am surprised no one ever noticed before now. 2019-02-09 14:09:28 -06:00
Make.defs include/: Correct naming of standard header file. Should be dlfcn.h, not dllfcn.h. I am surprised no one ever noticed before now. 2019-02-09 14:09:28 -06:00