瀏覽代碼

[Libc] add HAVE_SYS_SIGNALS config

Bernard Xiong 7 年之前
父節點
當前提交
8203b6004b
共有 1 個文件被更改,包括 6 次插入0 次删除
  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