]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/arm/eabi/feenablxcpt.c
* sysdeps/arm/eabi/fclrexcpt.c: Include <sysdep.h> instead of
[thirdparty/glibc.git] / sysdeps / arm / eabi / feenablxcpt.c
index e104bc4f6534b5c0f476ceb93c0b4eb70970821b..f12b453200693715a85fe78124e12e710b5eeb6e 100644 (file)
 #include <unistd.h>
 #include <ldsodefs.h>
 #include <dl-procinfo.h>
-#include <asm/procinfo.h>
+#include <sysdep.h>
 
 int
 feenableexcept (int excepts)
 {
-  if (GLRO (dl_hwcap) & HWCAP_VFP)
+  if (GLRO (dl_hwcap) & HWCAP_ARM_VFP)
     {
       unsigned long int new_exc, old_exc;