소스 검색

[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