]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/arm/eabi/fsetexcptflg.c
* sysdeps/arm/eabi/fclrexcpt.c: Include <sysdep.h> instead of
[thirdparty/glibc.git] / sysdeps / arm / eabi / fsetexcptflg.c
index e76d746196abe0690f984814725f0635ad036bbb..2e05514f11932d93cdca40a5861f9ab0a58d647c 100644 (file)
 #include <unistd.h>
 #include <ldsodefs.h>
 #include <dl-procinfo.h>
-#include <asm/procinfo.h>
+#include <sysdep.h>
 
 int
 __fesetexceptflag (const fexcept_t *flagp, int excepts)
 {
-  if (GLRO (dl_hwcap) & HWCAP_VFP)
+  if (GLRO (dl_hwcap) & HWCAP_ARM_VFP)
     {
       fexcept_t temp;