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-05-19 20:06:24 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
6ddd4752b0ecdb35fc92851499668e1cb23d1d53
nuttx
/
symtab
T
History
Pavel Pisa
810bf5e87a
symtab/Makefile: When system wide locale is set (i.e. en_US.UTF-8) then 'read' is ordered after 'readdir' even if separator is set to quotation mark and key set to 2. When C locale is used result is correct.
2019-08-14 11:02:30 -06:00
..
.gitignore
symtab/, tools/: NuttX provides lists of available syscalls and library functions and tools to process them. The lists can be used to build symbol table which allows runtime program loading which can reuse functions already compiled into NuttX system image. List processing, compilation and linking to the final system image has been possible only under manual control until now.
2019-08-13 09:09:43 -06:00
Makefile
symtab/Makefile: When system wide locale is set (i.e. en_US.UTF-8) then 'read' is ordered after 'readdir' even if separator is set to quotation mark and key set to 2. When C locale is used result is correct.
2019-08-14 11:02:30 -06:00