Explorar o código

[Libc] add HAVE_SYS_SIGNALS config

Bernard Xiong %!s(int64=7) %!d(string=hai) anos
pai
achega
8203b6004b
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      components/libc/Kconfig

+ 6 - 0
components/libc/Kconfig

@@ -29,4 +29,10 @@ if RT_USING_LIBC && RT_USING_DFS
     endif
 endif
 
+config HAVE_SYS_SIGNALS
+    bool "Toolchains/libc has sigval/sigevent structure definitions"
+    default n
+    help
+        Toolchains/libc has sigval/sigevent/siginfo_t definitions.
+
 endmenu