]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/arm/eabi/fegetexcept.c
* sysdeps/arm/eabi/fclrexcpt.c: Include <sysdep.h> instead of
[thirdparty/glibc.git] / sysdeps / arm / eabi / fegetexcept.c
index 811c8ae25a1c50ee7405fcb68a365183d5019c16..8e29ff7c6a4a34870a95c36e8641b657d5a3eb3c 100644 (file)
 #include <unistd.h>
 #include <ldsodefs.h>
 #include <dl-procinfo.h>
-#include <asm/procinfo.h>
+#include <sysdep.h>
 
 int
 fegetexcept (void)
 {
-  if (GLRO (dl_hwcap) & HWCAP_VFP)
+  if (GLRO (dl_hwcap) & HWCAP_ARM_VFP)
     {
       unsigned long temp;