]> Git Repo - qemu.git/commit
os-win32: drop ffs(3) prototype
authorStefan Hajnoczi <[email protected]>
Mon, 23 Mar 2015 15:29:30 +0000 (15:29 +0000)
committerKevin Wolf <[email protected]>
Tue, 28 Apr 2015 13:36:08 +0000 (15:36 +0200)
commitf450a85899585776ccd0913d2361dd8f82666e44
tree22983c7e3ad5c25613ec6f6eb8e5ff65bed5ac1f
parent41074f3d3ff0e9a3c6f638627c12ebbf6d757cea
os-win32: drop ffs(3) prototype

The lack of ffs(3) in the MinGW headers is a hint that we shouldn't rely
on it.  MinGW 4.9.2 does not make it available for linking when QEMU's
./configure --enable-debug is used (release builds are fine though).

Now that all QEMU code has been switched to ctz32() there is no need for
ffs(3).

Signed-off-by: Stefan Hajnoczi <[email protected]>
Message-id: 1427124571[email protected]
Signed-off-by: Kevin Wolf <[email protected]>
include/sysemu/os-win32.h
This page took 0.025573 seconds and 4 git commands to generate.