diff options
author | Elliott Hughes <enh@google.com> | 2014-07-29 16:43:55 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-07-29 16:57:47 -0700 |
commit | f4c1a36a4500bc7f12e3065be3da4e8669ee011d (patch) | |
tree | 22654356b6c7febe5ad131e6bd4f9f13c3818d21 /libstdc++ | |
parent | 2b591b37420b4186bda7fa823b9058d4b19565f6 (diff) | |
download | bionic-f4c1a36a4500bc7f12e3065be3da4e8669ee011d.zip bionic-f4c1a36a4500bc7f12e3065be3da4e8669ee011d.tar.gz bionic-f4c1a36a4500bc7f12e3065be3da4e8669ee011d.tar.bz2 |
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++')
-rw-r--r-- | libstdc++/include/cstdlib | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libstdc++/include/cstdlib b/libstdc++/include/cstdlib index bb6f5a5..bd1deae 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; |