[Libc] add HAVE_SYS_SIGNALS config

This commit is contained in:
Bernard Xiong 2018-03-04 17:27:11 +08:00
parent ba2b1f0e56
commit 8203b6004b
1 changed files with 6 additions and 0 deletions

View File

@ -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