mirror of
https://github.com/opnsense/src.git
synced 2026-04-05 01:15: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
359 B
Makefile
11 lines
359 B
Makefile
# $NetBSD: Makefile.inc,v 1.27 2005/10/07 17:16:40 tsutsui Exp $
|
|
# $FreeBSD$
|
|
|
|
SRCS+= infinity.c fabs.c ldexp.c flt_rounds.c
|
|
|
|
# SRCS+= flt_rounds.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c \
|
|
# fpsetround.c fpsetsticky.c
|
|
|
|
SRCS+= _ctx_start.S _get_tp.c _set_tp.c _setjmp.S makecontext.c \
|
|
setjmp.S signalcontext.c sigsetjmp.S \
|
|
trivial-getcontextx.c
|