This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
libc
/
modlib
History
Gregory Nutt
181875f3ba
fs/vfs: Add new internal OS interface nx_read(). nx_read() is functionally equivalent to read() except that it does not modify the errno variable and it is not a cancellation point. Changed all references to read() in the OS to nx_read().
2017-10-11 12:13:41 -06:00
..
gnu-elf.ld
…
Kconfig
…
Make.defs
…
modlib_bind.c
…
modlib_depend.c
…
modlib_init.c
…
modlib_iobuffer.c
…
modlib_load.c
…
modlib_read.c
fs/vfs: Add new internal OS interface nx_read(). nx_read() is functionally equivalent to read() except that it does not modify the errno variable and it is not a cancellation point. Changed all references to read() in the OS to nx_read().
2017-10-11 12:13:41 -06:00
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
…
modlib_verify.c
…
modlib.h
…