Take __weak out of the compiler namespace
authorBruce Cran <BCran@fusionio.com>
Sun, 10 Jul 2011 18:56:23 +0000 (20:56 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Sun, 10 Jul 2011 18:56:23 +0000 (20:56 +0200)
With Xcode 4 on OS X shipping LLVM by default, I tried building fio with
clang and found that the definition of __weak conflicts with something
clang defines.  I've attached a patch which replaces the double
underscores with a single underscore, removing it from the
compiler-dependant namespace.

Signed-off-by: Jens Axboe <jaxboe@fusionio.com>

No differences found