Fix __clear_cache declaration.
[oota-llvm.git] / lib / Support / Unix / Memory.inc
index d56c9e4b381ae4fa5ab4d79178e5d871cb573999..cdd475c17f7a7154626a0d731b80e3d13ef8101c 100644 (file)
@@ -33,7 +33,7 @@
 #endif
 
 extern "C" void sys_icache_invalidate(const void *Addr, size_t len);
-extern "C" void __clear_cache(char *, char*);
+extern "C" void __clear_cache(void *, void*);
 
 namespace {