mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Actually link in the attr_{set,get}stack.
This commit is contained in:
parent
42e1b74af2
commit
969e2ea158
3 changed files with 6 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ SRCS+= \
|
|||
uthread_attr_getschedparam.c \
|
||||
uthread_attr_getschedpolicy.c \
|
||||
uthread_attr_getscope.c \
|
||||
uthread_attr_getstack.c \
|
||||
uthread_attr_getstackaddr.c \
|
||||
uthread_attr_getstacksize.c \
|
||||
uthread_attr_get_np.c \
|
||||
|
|
@ -28,6 +29,7 @@ SRCS+= \
|
|||
uthread_attr_setschedparam.c \
|
||||
uthread_attr_setschedpolicy.c \
|
||||
uthread_attr_setscope.c \
|
||||
uthread_attr_setstack.c \
|
||||
uthread_attr_setstackaddr.c \
|
||||
uthread_attr_setstacksize.c \
|
||||
uthread_autoinit.c \
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ SRCS+= \
|
|||
thr_attr_getschedparam.c \
|
||||
thr_attr_getschedpolicy.c \
|
||||
thr_attr_getscope.c \
|
||||
thr_attr_getstack.c \
|
||||
thr_attr_getstackaddr.c \
|
||||
thr_attr_getstacksize.c \
|
||||
thr_attr_setcreatesuspend_np.c \
|
||||
|
|
@ -22,6 +23,7 @@ SRCS+= \
|
|||
thr_attr_setschedparam.c \
|
||||
thr_attr_setschedpolicy.c \
|
||||
thr_attr_setscope.c \
|
||||
thr_attr_setstack.c \
|
||||
thr_attr_setstackaddr.c \
|
||||
thr_attr_setstacksize.c \
|
||||
thr_autoinit.c \
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ SRCS+= \
|
|||
thr_attr_getschedparam.c \
|
||||
thr_attr_getschedpolicy.c \
|
||||
thr_attr_getscope.c \
|
||||
thr_attr_getstack.c \
|
||||
thr_attr_getstackaddr.c \
|
||||
thr_attr_getstacksize.c \
|
||||
thr_attr_setcreatesuspend_np.c \
|
||||
|
|
@ -22,6 +23,7 @@ SRCS+= \
|
|||
thr_attr_setschedparam.c \
|
||||
thr_attr_setschedpolicy.c \
|
||||
thr_attr_setscope.c \
|
||||
thr_attr_setstack.c \
|
||||
thr_attr_setstackaddr.c \
|
||||
thr_attr_setstacksize.c \
|
||||
thr_autoinit.c \
|
||||
|
|
|
|||
Loading…
Reference in a new issue