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

void fesetexceptflag(const fexcept_t *flagp, int excepts)
{
    _fesetexceptflag(flagp, excepts);
}