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

void fegetenv(fenv_t *envp)
{
    _fegetenv(envp);
}