Fix the build. Oops.
(We remove the declaration for on_exit() from the C library headers, so do the same for the C++ <cstdlib>) Change-Id: I31a21d5643068cd160724908dd8156863a44d95a
This commit is contained in:
parent
b8d2233e8a
commit
1aa6708cc2
1 changed files with 2 additions and 0 deletions
|
@ -42,7 +42,9 @@ namespace std {
|
|||
using ::exit;
|
||||
using ::abort;
|
||||
using ::atexit;
|
||||
#if 0 /* MISSING FROM BIONIC */
|
||||
using ::on_exit;
|
||||
#endif
|
||||
|
||||
using ::getenv;
|
||||
using ::putenv;
|
||||
|
|
Loading…
Reference in a new issue