mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
Add signal logic to the build.
This commit is contained in:
parent
3fbe138ca9
commit
f88cb3c627
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111359
@ -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 New Issue
Block a user