]> git.proxmox.com Git - qemu.git/blobdiff - bitops.h
configure: Fix check for fdatasync()
[qemu.git] / bitops.h
index e2b9df3155029110a34af806122f56d869965df0..07d1a0638fea29226c2b2a4024f6bf138cfc21b9 100644 (file)
--- a/bitops.h
+++ b/bitops.h
@@ -66,7 +66,7 @@ static unsigned long bitops_ffsl(unsigned long word)
  *
  * Undefined if no set bit exists, so code should check against 0 first.
  */
-static __always_inline unsigned long bitops_flsl(unsigned long word)
+static inline unsigned long bitops_flsl(unsigned long word)
 {
        int num = BITS_PER_LONG - 1;