mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 00:07:36 +08:00
arm: Fix include to avoid undefined reference
ld: libm.a(lib_a-fesetenv.o): in function `fesetenv': newlib/libm/machine/arm/fesetenv.c:38: undefined reference to `vmsr_fpscr' Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
This commit is contained in:
parent
3ca4325968
commit
ba283d8777
@ -29,7 +29,7 @@
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <fenv.h>
|
||||
#include "_fenv.h"
|
||||
|
||||
int fesetenv(const fenv_t *envp)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user