diff options
-rw-r--r-- | libstdc++/include/cstdlib | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ namespace std { using ::exit; using ::abort; using ::atexit; +#if 0 /* MISSING FROM BIONIC */ using ::on_exit; +#endif using ::getenv; using ::putenv; |