#include <math.h>

// FIXME: incorrect exception behavior

long lrintf(float x)
{
	return rintf(x);
}