newlib/newlib/libm/machine/spu/feupdateenv.c

7 lines
99 B
C

#include "headers/feupdateenv.h"
void feupdateenv(const fenv_t *envp)
{
_feupdateenv(envp);
}