nuttx/libs/libc
zhanghongyu ee4c25f34e sem_open: return error code, sem returned by parameter
pointer comparison is unsigned, when returning -errno will be converted
to a large positive number, can not enter the error handling branch,
therefore, the error code is returned directly and the sem is returned
through the parameters.

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2024-06-06 02:40:50 +08:00
..
aio
assert
audio audio/libsrc: fix build warning 2024-03-26 09:40:42 +08:00
bin
builtin
ctype Add basic support for locales in order to C++ streams to build and work for simple cases (POSIX / C locale). 2024-04-29 17:34:10 +08:00
dirent
dlfcn
errno
eventfd
fdt
fixedmath
gdbstub gdbstub:fix get thread rsp command crash 2024-05-31 23:19:18 +08:00
gpsutils
grp
hex2bin
inttypes libs/libc/inttypes: add support for imaxdiv 2024-04-23 10:26:48 -03:00
kbin
libgen
locale Add basic support for locales in order to C++ streams to build and work for simple cases (POSIX / C locale). 2024-04-29 17:34:10 +08:00
lzf
machine fix nxstyle 2024-04-16 19:09:12 +08:00
misc fdcheck: update fdcheck impl 2024-04-11 10:45:44 +08:00
modlib
net
netdb
obstack
pthread
pwd
queue
regex Replace all asserts in kernel code with ASSERT 2024-05-17 10:18:16 -03:00
sched
search
semaphore sem_open: return error code, sem returned by parameter 2024-06-06 02:40:50 +08:00
signal
spawn cmake: fix compilation 2024-06-02 09:27:36 -03:00
stdio fdcheck: update fdcheck impl 2024-04-11 10:45:44 +08:00
stdlib libc: add support for reallocarray 2024-04-17 11:36:39 -03:00
stream
string libc/lib_bzero:Add bzero prototype. 2024-05-07 14:59:05 +02:00
symtab
syslog
termios
time
tls
uio
unistd
userfs
uuid
wchar
wctype
wqueue
zoneinfo
.gitignore
CMakeLists.txt
Kconfig
libc.csv libc.csv: Guard execv with LIBC_EXECFUNCS 2024-05-29 20:37:12 +08:00
libc.h
Makefile