am 1aa6708c
: Fix the build. Oops.
Merge commit '1aa6708cc2b7792a647ada960a66a1e0146fb209' into gingerbread-plus-aosp * commit '1aa6708cc2b7792a647ada960a66a1e0146fb209': Fix the build. Oops.
This commit is contained in:
commit
d69ec35bef
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user