Sync upstream to r102410.
Re-turn on sdk.

Change-Id: I91a890863989a67243b4d2dfd1ae09b843ebaeaf
diff --git a/bcc_runtime.h b/bcc_runtime.h
index 8ab9b79..7604c7f 100644
--- a/bcc_runtime.h
+++ b/bcc_runtime.h
@@ -5,8 +5,8 @@
 extern "C" {
 #endif
 
-    void ListRuntimeFunction();
 void* FindRuntimeFunction(const char* Name);
+void VerifyRuntimesTable();
 
 #ifdef __cplusplus
 };