Skip to content

Commit 8203b60

Browse files
committed
[Libc] add HAVE_SYS_SIGNALS config
1 parent ba2b1f0 commit 8203b60

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

components/libc/Kconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,10 @@ if RT_USING_LIBC && RT_USING_DFS
2929
endif
3030
endif
3131

32+
config HAVE_SYS_SIGNALS
33+
bool "Toolchains/libc has sigval/sigevent structure definitions"
34+
default n
35+
help
36+
Toolchains/libc has sigval/sigevent/siginfo_t definitions.
37+
3238
endmenu

0 commit comments

Comments
 (0)