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-12 01:42:49 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
9e1c72e3e275cd25f81ebdf09bb33ebce76c8e55
nuttx
/
include
/
cxx
T
History
Gregory Nutt
ca29c652c3
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
..
cassert
…
cctype
There were some changes which broke my NuttX-Build. With these two patches it builds again. From Manuel Stühn
2015-01-01 15:56:25 -06:00
cerrno
…
cfcntl
Fix a couple of C++ related problems in include/cxx
2014-10-11 08:40:19 -06:00
climits
…
cmath
…
csched
…
csignal
…
cstdarg
…
cstdbool
cstdbool: Ignore _Bool8 if CONFIG_C99_BOOL8=y
2014-02-28 10:03:03 -06:00
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
Can't use formal parameter name 'template' in stdlib.h. Causes C++ compilation errors. Noted by Lorenz Meier
2014-11-06 07:00:23 -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
Fix a couple of C++ related problems in include/cxx
2014-10-11 08:40:19 -06:00
cwchar
Back out definition of mbstate_t. That is a mistake
2015-02-19 09:56:53 -06:00