am 1aa6708c: Fix the build. Oops.

Merge commit '1aa6708cc2b7792a647ada960a66a1e0146fb209' into gingerbread-plus-aosp

* commit '1aa6708cc2b7792a647ada960a66a1e0146fb209':
  Fix the build. Oops.
This commit is contained in:
David 'Digit' Turner 2010-10-11 06:30:00 -07:00 committed by Android Git Automerger
commit d69ec35bef

View File

@ -42,7 +42,9 @@ namespace std {
using ::exit; using ::exit;
using ::abort; using ::abort;
using ::atexit; using ::atexit;
#if 0 /* MISSING FROM BIONIC */
using ::on_exit; using ::on_exit;
#endif
using ::getenv; using ::getenv;
using ::putenv; using ::putenv;