Export __HAVE_LONG_DOUBLE 128 to kernel for emulation

This commit is contained in:
matt 2014-02-01 16:10:12 +00:00
parent 450a706e69
commit 6b4f5dd53c
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
/* $NetBSD: math.h,v 1.6 2014/01/31 19:38:06 matt Exp $ */
/* $NetBSD: math.h,v 1.7 2014/02/01 16:10:12 matt Exp $ */
#define __HAVE_NANF
#ifdef _LP64
#if defined(_LP64) || defined(_KERNEL)
#define __HAVE_LONG_DOUBLE 128
#endif