NetBSD/sys/arch/sparc/include/math.h
mrg 92a6d92cc8 merge these two files, makes sparc64 sparc/libc work again.
only provide __HAVE_LONG_DOUBLE if _LP64.
2008-12-15 00:25:05 +00:00

8 lines
127 B
C

/* $NetBSD: math.h,v 1.5 2008/12/15 00:25:05 mrg Exp $ */
#define __HAVE_NANF
#ifdef _LP64
#define __HAVE_LONG_DOUBLE
#endif