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-14 19:38:39 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
97ce03737b24c2cb1a8b683ea9fef00a67bf4f46
nuttx
/
include
/
cxx
T
History
Gregory Nutt
4adda9d428
Fix numerous typos in configuration variable names. Tracked down by Alan Carvalho de Assis
2015-05-23 17:08:35 -06:00
..
cassert
…
cctype
…
cerrno
…
cfcntl
…
climits
…
cmath
…
csched
…
csignal
…
cstdarg
…
cstdbool
…
cstddef
…
cstdint
…
cstdio
Remove duplicate prototype of statfs from stdio.h. Belongs in sys/statfs.h only. Note by Michael Hope
2015-05-12 07:00:11 -06:00
cstdlib
Fix numerous typos in configuration variable names. Tracked down by Alan Carvalho de Assis
2015-05-23 17:08:35 -06:00
cstring
…
ctime
C++: Remove 'using ::timeval' from ctime. struct timeval was recently move to sys/time.h where it belongs. Now there are problems when it is referenced in ctime. Fixed by just removing it from ctime. Is that correct? or should ctime include sys/time.h? Noted by David Sidrane
2015-02-18 20:51:11 -06:00
cunistd
…
cwchar
Back out definition of mbstate_t. That is a mistake
2015-02-19 09:56:53 -06:00