summaryrefslogtreecommitdiffstats
path: root/newlib/libm/machine/spu/fegetround.c
blob: a810aeddfe5c34dddaa618cb4bddf72e3b75c484 (plain)
1
2
3
4
5
6
#include "headers/fegetround.h"

int fegetround()
{
    return _fegetround();
}