From df04d970261a0a9c3609b64ae99486508a8b1574 Mon Sep 17 00:00:00 2001 From: Meco Man <920369182@qq.com> Date: Sat, 25 Sep 2021 15:03:57 -0400 Subject: [PATCH] =?UTF-8?q?[libc]=E5=9C=A8=E5=BC=80=E5=90=AFlibc=E5=90=8E?= =?UTF-8?q?=E4=BE=9D=E7=84=B6=E4=BF=9D=E6=8C=81RT=5FLIBC=5FUSING=5FTIME?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E5=AD=98=E5=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/libc/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/libc/Kconfig b/components/libc/Kconfig index 37a98ba836..b9600ef389 100644 --- a/components/libc/Kconfig +++ b/components/libc/Kconfig @@ -41,6 +41,9 @@ if RT_USING_LIBC && RT_USING_DFS endif if RT_USING_LIBC + config RT_LIBC_USING_TIME + default y + config RT_USING_MODULE bool "Enable dynamic module with dlopen/dlsym/dlclose feature" default n -- GitLab