nuttx/libs/libc
Stuart Ianna c1db9732c5 libs/libc/spawn: Add minimal implementation for posix_spawnattr_destory.
Add a minimal implementation to suppress warnings when building
application code shared with other operating systems.

For example:

When building with a c++ compiler and GCC 12.2.0, the following warning is emitted:

nuttx/include/spawn.h:178:40: warning: statement has no effect [-Wunused-value]
  178 | #define posix_spawnattr_destroy(attr) (0)
2023-10-31 13:42:00 +08:00
..
aio libc: Change errno to set_errno and get_errno 2023-10-29 17:16:09 +02:00
assert
audio
bin
builtin
ctype
dirent
dlfcn
errno
eventfd
fdt
fixedmath
gdbstub libc: Change errno to set_errno and get_errno 2023-10-29 17:16:09 +02:00
gpsutils
grp
hex2bin
inttypes
kbin
libgen
locale libc: Change errno to set_errno and get_errno 2023-10-29 17:16:09 +02:00
lzf
machine arch/arm64: support relocate for aarch64 2023-10-30 18:20:22 +08:00
misc libc: Change errno to set_errno and get_errno 2023-10-29 17:16:09 +02:00
modlib modlib/modlib_load: fix compile warning 2023-10-26 01:53:38 +08:00
net
netdb netdb: When set a dns nameserver, if the nameserver already exists, retrun OK. 2023-10-12 12:22:16 +08:00
obstack
pthread
pwd
queue
regex
sched
semaphore
signal
spawn libs/libc/spawn: Add minimal implementation for posix_spawnattr_destory. 2023-10-31 13:42:00 +08:00
stdio libc: Change errno to set_errno and get_errno 2023-10-29 17:16:09 +02:00
stdlib libc: Change errno to set_errno and get_errno 2023-10-29 17:16:09 +02:00
stream libc/stdio: Remove bforce from lib_fflush[_unlocked] 2023-10-29 17:09:18 +02:00
string
symtab
syslog
termios
time libc: Change errno to set_errno and get_errno 2023-10-29 17:16:09 +02:00
tls
uio
unistd libc: Change errno to set_errno and get_errno 2023-10-29 17:16:09 +02:00
userfs
uuid libc: Change errno to set_errno and get_errno 2023-10-29 17:16:09 +02:00
wchar
wctype
wqueue
zoneinfo Documentation: remove all migrated READMEs 2023-10-29 21:03:54 -03:00
.gitignore
CMakeLists.txt
Kconfig
libc.csv
libc.h stdio: Implement [clearerr|putc|fflush]_unlocked 2023-10-29 17:09:18 +02:00
Makefile