blob: 8db157a0eac2f487d890443de313952f4c9806c0 [file] [log] [blame]
#include "nldbl-compat.h"
double
attribute_hidden
nanl (const char *tag)
{
return nan (tag);
}