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

void fegetexceptflag(fexcept_t *flagp, int excepts)
{
    _fegetexceptflag(flagp, excepts);
}