Rename ffz() function to fio_ffz() to avoid conflicts
authorJens Axboe <jens.axboe@oracle.com>
Mon, 21 May 2007 09:42:33 +0000 (11:42 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 21 May 2007 09:42:33 +0000 (11:42 +0200)
commitb12ebc65e82de1cc6174b65c79266dd0f0a4fbf3
treefb46c8a57ae2dcfa6238d9a8832927ff420c9d65
parenteeb9c2aa5439dd6615ad69324f402f774173f6e5
Rename ffz() function to fio_ffz() to avoid conflicts

Newer gcc/glibc include an ffz function. Lets just do the easy
thing and rename ours to fio_ffz(), then we can look into reusing
a provided one later if necessary.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
arch/arch-alpha.h
arch/arch-ia64.h
arch/arch-ppc.h
arch/arch-s390.h
arch/arch-x86.h
arch/arch-x86_64.h
io_u.c