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

int feholdexcept(fenv_t *envp)
{
    return _feholdexcept(envp);
}