nuttx/include/cxx
Xiang Xiao 1bca457b28 libc: Always declare getenv, link/symlink and atexit/on_exit
since many c++ library implementation reference these symbols by using ::xxx but never
really use them, the declaration avoid the unused code is pulled into the final binary

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: Idd7bf9a1e09b77a6b21f900cd3ede08a1cc82d86
2020-07-08 12:07:22 +01:00
..
cassert
cctype
cerrno
cfcntl
climits
clocale
cmath lib/math: Remove float32 and float64 definition 2020-07-02 10:53:34 -03:00
csched
csignal
cstdarg
cstdbool
cstddef libc: Move double_t typedef from sys/types.h to math.h 2020-06-29 13:37:41 +01:00
cstdint
cstdio
cstdlib libc: Always declare getenv, link/symlink and atexit/on_exit 2020-07-08 12:07:22 +01:00
cstring libc: Refine the inline handling 2020-07-04 11:10:29 +09:00
ctime
cunistd libc: Always declare getenv, link/symlink and atexit/on_exit 2020-07-08 12:07:22 +01:00
cwchar
cwctype