From b902e8b239be392c308d8099220da051d3d4d919 Mon Sep 17 00:00:00 2001 From: Stefan Farfeleder Date: Sun, 8 Aug 2004 20:05:47 +0000 Subject: Implement C99's standard header . It provides type-generic macros for the and 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 is included, the invocation cos(1.0f) calls the function cosf(). --- include/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/Makefile') diff --git a/include/Makefile b/include/Makefile index 3d34047238e4..985f61e7d3d5 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 -- cgit v1.3