Remove declarations for things that don't exist.

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

Change-Id: I0efbffad2215cfcd75b4d442dfc972444b51d97c
This commit is contained in:
Elliott Hughes
2014-07-29 16:43:55 -07:00
parent 2b591b3742
commit f4c1a36a45
5 changed files with 1 additions and 36 deletions

View File

@@ -169,10 +169,6 @@ extern size_t wcstombs(char *, const wchar_t *, size_t);
#define MB_CUR_MAX 4U
#if 0 /* MISSING FROM BIONIC */
extern int on_exit(void (*)(int, void *), void *);
#endif /* MISSING */
__END_DECLS
#endif /* _STDLIB_H_ */