nuttx/include/cxx
Xiang Xiao 771f532dcb cxx: Remove CONFIG_NET guard from [get|set]hostname
since these two functions is always implemented now

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: Iae46fa4d38b680a5d1ce5c314ffcb71af4a3dc95
2020-06-29 09:06:36 -03:00
..
cassert Header file clean-up 2012-07-17 03:58:11 +00:00
cctype Implement ctype.h functions as inline if possible. cctype can then properly select namespace. 2016-10-22 08:18:00 -06:00
cerrno Header file clean-up 2012-07-17 03:58:11 +00:00
cfcntl Fix a couple of C++ related problems in include/cxx 2014-10-11 08:40:19 -06:00
climits Header file clean-up 2012-07-17 03:58:11 +00:00
clocale locale.h: Add a bogus definition of locale_t 2017-05-12 10:13:18 -06:00
cmath libm: Port gamma() and lgamma() from FreeBSD to NuttX. 2017-08-08 07:02:39 -06:00
csched Make task_init() and task_activate() internal OS functions. 2020-05-25 23:54:45 +01:00
csignal include/cxx: Update some C++ header files due to recent changes to C hader files 2016-08-25 15:06:46 -06:00
cstdarg Add a generic GCC stdarg.h header file 2012-07-08 14:50:43 +00:00
cstdbool cstdbool: Ignore _Bool8 if CONFIG_C99_BOOL8=y 2014-02-28 10:03:03 -06:00
cstddef include/cxx/cstddef: Add C11++ std::nullptr_t 2019-07-11 06:07:34 -06:00
cstdint Add a generic GCC stdarg.h header file 2012-07-08 14:50:43 +00:00
cstdio Add setbuf and setvbuf to cstdio. 2017-02-17 10:06:30 -06:00
cstdlib cstdlib:Add missing atox to std namespace 2020-06-18 10:23:47 +08:00
cstring C library: Add strerror_r 2017-03-08 12:14:07 -06:00
ctime include/cxx/ctime: Remove gititimer and setitimer. These are prototyped in sys/time.h, not time.h. Alternatively, ctime could include sys/time.h. Those APIs should also be in the std namespace. 2019-11-13 14:01:25 -06:00
cunistd cxx: Remove CONFIG_NET guard from [get|set]hostname 2020-06-29 09:06:36 -03:00
cwchar include/cxx/cwchar: include wctype.h to fix libcxx build break 2020-06-04 12:07:16 +01:00
cwctype wctype.h needs extern C 2017-02-17 09:48:55 -06:00