blob: aa692b9f365454b6c4621b76fdbd3edcb9406448 [file] [log] [blame]
#include "nldbl-compat.h"
double
attribute_hidden
fmodl (double x, double y)
{
return fmod (x, y);
}