commit | 2410512c4ff29ff9375640261dd7e07fc308930d | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@google.com> | Tue Oct 12 01:45:28 2010 -0700 |
committer | Android Git Automerger <android-git-automerger@android.com> | Tue Oct 12 01:45:28 2010 -0700 |
tree | 429b9ab4461aa84e57a36152abeb9d8d4dd1bb1e | |
parent | 364462ea2ee025043a6a2d951961a95c20867e45 [diff] | |
parent | d69ec35bef0d3aa11bfb55501951eed8c3042fda [diff] |
am d69ec35b: am 1aa6708c: Fix the build. Oops. Merge commit 'd69ec35bef0d3aa11bfb55501951eed8c3042fda' * commit 'd69ec35bef0d3aa11bfb55501951eed8c3042fda': Fix the build. Oops.
diff --git a/libstdc++/include/cstdlib b/libstdc++/include/cstdlib index e520543..bb6f5a5 100644 --- a/libstdc++/include/cstdlib +++ b/libstdc++/include/cstdlib
@@ -42,7 +42,9 @@ using ::exit; using ::abort; using ::atexit; +#if 0 /* MISSING FROM BIONIC */ using ::on_exit; +#endif using ::getenv; using ::putenv;