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

* commit '7c7a7f8e526518f37eae3ce2a785344316f263e0':
  Rename __dso_handle_so.c to __dso_handle_so.h
This commit is contained in:
Elliott Hughes
2012-09-07 11:09:23 -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