Home
last modified time | relevance | path

Searched hist:"8 b6ee9ae" (Results 1 – 1 of 1) sorted by relevance

/qemu/scripts/
H A Dcheckpatch.pl8b6ee9ae Mon Mar 23 15:29:31 GMT 2015 Stefan Hajnoczi <stefanha@redhat.com> checkpatch: complain about ffs(3) calls

The ffs(3) family of functions is not portable. MinGW doesn't always
provide the function.

Use ctz32() or ctz64() instead.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 1427124571-28598-10-git-send-email-stefanha@redhat.com
Signed-off-by: Kevin Wolf <kwolf@redhat.com>