am 5804b88a: am b0102454: am 7c7a7f8e: am d10309c3: Merge "Rename __dso_handle_so.c to __dso_handle_so.h"

* commit '5804b88a44c153fa1b39dd3095be9e905d77cee0':
  Rename __dso_handle_so.c to __dso_handle_so.h
This commit is contained in:
Elliott Hughes
2012-09-10 17:05:15 -07:00
committed by Android Git Automerger
2 changed files with 1 additions and 1 deletions

View File

@@ -53,6 +53,6 @@ void __on_dlclose() {
#ifdef CRT_LEGACY_WORKAROUND
#include "__dso_handle.h"
#else
#include "__dso_handle_so.c"
#include "__dso_handle_so.h"
#include "atexit.h"
#endif