]> git.ozlabs.org Git - yaboot.git/commit
Add/Correct libgcc function prototypes
authorTony Breeds <tony@bakeyournoodle.com>
Tue, 10 Feb 2009 03:37:44 +0000 (14:37 +1100)
committerTony Breeds <tony@bakeyournoodle.com>
Tue, 18 Oct 2011 04:11:10 +0000 (15:11 +1100)
commit26a865f06c37278eebc6e329e6aa99f52906c713
treec9d9eb61258be5667f25f27a3d854dcbb250cba8
parent52ad93077e5334581d05ade8e55575573b98087e
Add/Correct libgcc function prototypes

Add a prototype for ffs() from libgcc.
Instead of using log2 in reisrfs which has a different prototype to the
one libgcc, call the function reiser_log2()

Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
include/ext2fs/bitops.h
second/fs_reiserfs.c