mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 05:16:47 +08:00
nuttx/mutex: move mutex implement to libc
Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user