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:
@@ -163,10 +163,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_ */
|
||||
|
Reference in New Issue
Block a user