nuttx/mutex: move mutex implement to libc

Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
chao an
2023-02-01 21:16:58 +08:00
committed by Xiang Xiao
parent 5651940d02
commit c9981036a5
3 changed files with 776 additions and 301 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
CSRCS += lib_mknod.c lib_umask.c lib_utsname.c lib_getrandom.c
CSRCS += lib_xorshift128.c lib_tea_encrypt.c lib_tea_decrypt.c
CSRCS += lib_cxx_initialize.c lib_impure.c lib_memfd.c
CSRCS += lib_cxx_initialize.c lib_impure.c lib_memfd.c lib_mutex.c
# Support for platforms that do not have long long types