Add math library defines for nan functions. From Brennan Ashton.

This commit is contained in:
Gregory Nutt 2015-01-26 19:03:38 -06:00
parent 8e79323694
commit 8105aa541d

View File

@ -143,12 +143,6 @@ void do_str(FAR const char *src)
* Public Functions
****************************************************************************/
float nanf(FAR const char *tagp)
{
(void)tagp;
return 0;
}
/****************************************************************************
* mp_import_stat
****************************************************************************/