aboutsummaryrefslogtreecommitdiff
path: root/libstdc++/include
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-07-29 16:43:55 -0700
committerElliott Hughes <enh@google.com>2014-07-29 16:57:47 -0700
commitf4c1a36a4500bc7f12e3065be3da4e8669ee011d (patch)
tree22654356b6c7febe5ad131e6bd4f9f13c3818d21 /libstdc++/include
parent2b591b37420b4186bda7fa823b9058d4b19565f6 (diff)
downloadbionic-f4c1a36a4500bc7f12e3065be3da4e8669ee011d.tar.gz
Remove declarations for things that don't exist.
The <grp.h> ones prevent gdb from building out of the box. Change-Id: I0efbffad2215cfcd75b4d442dfc972444b51d97c
Diffstat (limited to 'libstdc++/include')
-rw-r--r--libstdc++/include/cstdlib3
1 files changed, 0 insertions, 3 deletions
diff --git a/libstdc++/include/cstdlib b/libstdc++/include/cstdlib
index bb6f5a5cd..bd1deae6e 100644
--- a/libstdc++/include/cstdlib
+++ b/libstdc++/include/cstdlib
@@ -42,9 +42,6 @@ namespace std {
using ::exit;
using ::abort;
using ::atexit;
-#if 0 /* MISSING FROM BIONIC */
-using ::on_exit;
-#endif
using ::getenv;
using ::putenv;