Remove declarations for things that don't exist.

The <grp.h> ones prevent gdb from building out of the box.

(cherry picked from commit f4c1a36a45)

Change-Id: I6958f2f1731de8c03df20b383decd414b78100aa
This commit is contained in:
Elliott Hughes
2014-07-29 16:43:55 -07:00
parent f6aa17798c
commit 1242f7eb67
5 changed files with 1 additions and 36 deletions

View File

@@ -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;