]> Git Repo - qemu.git/blobdiff - oslib-win32.c
etraxfs-ser: Correct default value for RW_REC_CTRL
[qemu.git] / oslib-win32.c
index ab29eae45ce3f58da3fe25c5bb3c31b37b4ebeab..5f0759ffc48435cc504a62fdb5381fd9cc00b855 100644 (file)
@@ -93,13 +93,6 @@ void qemu_set_cloexec(int fd)
 {
 }
 
-/* mingw32 needs ffs for compilations without optimization. */
-int ffs(int i)
-{
-    /* Use gcc's builtin ffs. */
-    return __builtin_ffs(i);
-}
-
 /* Offset between 1/1/1601 and 1/1/1970 in 100 nanosec units */
 #define _W32_FT_OFFSET (116444736000000000ULL)
 
This page took 0.023199 seconds and 4 git commands to generate.