mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add signal logic to the build.
This commit is contained in:
parent
3fbe138ca9
commit
f88cb3c627
2 changed files with 4 additions and 0 deletions
|
|
@ -78,6 +78,8 @@ SRCS+= \
|
|||
thr_seterrno.c \
|
||||
thr_setprio.c \
|
||||
thr_setschedparam.c \
|
||||
thr_sig.c \
|
||||
thr_sigaction.c \
|
||||
thr_sigmask.c \
|
||||
thr_sigsuspend.c \
|
||||
thr_sigwait.c \
|
||||
|
|
|
|||
|
|
@ -78,6 +78,8 @@ SRCS+= \
|
|||
thr_seterrno.c \
|
||||
thr_setprio.c \
|
||||
thr_setschedparam.c \
|
||||
thr_sig.c \
|
||||
thr_sigaction.c \
|
||||
thr_sigmask.c \
|
||||
thr_sigsuspend.c \
|
||||
thr_sigwait.c \
|
||||
|
|
|
|||
Loading…
Reference in a new issue