mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 23:57:30 -04:00
which returns pointer to tcb Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D29623
11 lines
302 B
Makefile
11 lines
302 B
Makefile
# $FreeBSD$
|
|
|
|
SRCS += _ctx_start.S fabs.S flt_rounds.c fpgetmask.c fpgetround.c \
|
|
fpgetsticky.c fpsetmask.c fpsetround.c _get_tp.c \
|
|
infinity.c ldexp.c makecontext.c _setjmp.S \
|
|
setjmp.S sigsetjmp.S signalcontext.c syncicache.c \
|
|
_set_tp.c \
|
|
trivial-getcontextx.c
|
|
|
|
CFLAGS._get_tp.c+= ${RTLD_HDRS}
|
|
|