This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-06-10 11:23:34 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
c11c249e8f6290dcbbbf44b76deae97931f18dba
nuttx
/
libc
/
modlib
T
History
Gregory Nutt
6642e20e05
libc and libnx: When the libraries are built into two libraries, a user space library and a OS space library (as in the PROTECTED and KERNEL build). Then the user space library must not use the OS internal interfaces; similarly, the OS must avoid using the userspace interfaces so that it does not muck the errno value or create spurious cancellation points.
2017-10-08 11:52:32 -06:00
..
gnu-elf.ld
…
Kconfig
libc/Kconfig: Use menus vs. comments to better organize the C library menus
2017-02-10 10:04:56 -06:00
Make.defs
…
modlib_bind.c
…
modlib_depend.c
…
modlib_init.c
Shared Libs: Implement module based shared libraries for the PROTECTED mode build
2017-01-29 13:03:53 -06:00
modlib_iobuffer.c
…
modlib_load.c
…
modlib_read.c
…
modlib_registry.c
libc and libnx: When the libraries are built into two libraries, a user space library and a OS space library (as in the PROTECTED and KERNEL build). Then the user space library must not use the OS internal interfaces; similarly, the OS must avoid using the userspace interfaces so that it does not muck the errno value or create spurious cancellation points.
2017-10-08 11:52:32 -06:00
modlib_sections.c
…
modlib_symbols.c
…
modlib_symtab.c
…
modlib_uninit.c
…
modlib_unload.c
Module names are not needed in libc/modlib when the module library is used only for shared library support.
2017-01-29 12:23:24 -06:00
modlib_verify.c
…
modlib.h
…