mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
This moves all the public POSIX semaphore functions into libc and with this most of the user-space logic is also moved; namely cancel point and errno handling. This also removes the need for the _SEM_XX macros used to differentiate which API is used per user-/kernel mode. Such macros are henceforth unnecessary. |
||
|---|---|---|
| .. | ||
| proxies | ||
| stubs | ||
| wraps | ||
| .gitignore | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Makefile | ||
| syscall.csv | ||
| syscall_names.c | ||
| syscall_stublookup.c | ||
| syscall_wraps.h | ||