summaryrefslogtreecommitdiffstats
path: root/include/Makefile
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2004-08-08 20:05:47 +0000
committerstefanf <stefanf@FreeBSD.org>2004-08-08 20:05:47 +0000
commit7d8f957c6cbd3fe1f6beb03c44ab418f75330a9d (patch)
treea1e3c6cb1fae014a8c1c2c611fe1ecb186cdebec /include/Makefile
parentc69fb8926e1f39d6e1a57353d75c364c5beefef7 (diff)
downloadFreeBSD-src-7d8f957c6cbd3fe1f6beb03c44ab418f75330a9d.zip
FreeBSD-src-7d8f957c6cbd3fe1f6beb03c44ab418f75330a9d.tar.gz
Implement C99's standard header <tgmath.h>. It provides type-generic macros
for the <math.h> and <complex.h> functions that have float, double and long double implementations. Such type-generic macros expand to an actual function, depending on the types of the macro arguments, eg. if <tgmath.h> is included, the invocation cos(1.0f) calls the function cosf().
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile
index 3d34047..985f61e 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -16,7 +16,8 @@ INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h ctype.h db.h \
pthread_np.h pwd.h ranlib.h readpassphrase.h regex.h regexp.h \
resolv.h rune.h runetype.h search.h setjmp.h sgtty.h signal.h stab.h \
stdbool.h stddef.h stdio.h stdlib.h string.h stringlist.h \
- strings.h sysexits.h tar.h time.h timeconv.h timers.h ttyent.h \
+ strings.h sysexits.h tar.h tgmath.h \
+ time.h timeconv.h timers.h ttyent.h \
ulimit.h unistd.h utime.h utmp.h uuid.h varargs.h vis.h wchar.h \
wctype.h wordexp.h
OpenPOWER on IntegriCloud