aboutsummaryrefslogtreecommitdiffstats
path: root/libc/include/stdlib.h
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 /libc/include/stdlib.h
parent2b591b37420b4186bda7fa823b9058d4b19565f6 (diff)
downloadandroid_bionic-f4c1a36a4500bc7f12e3065be3da4e8669ee011d.tar.gz
android_bionic-f4c1a36a4500bc7f12e3065be3da4e8669ee011d.tar.bz2
android_bionic-f4c1a36a4500bc7f12e3065be3da4e8669ee011d.zip
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 'libc/include/stdlib.h')
-rw-r--r--libc/include/stdlib.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libc/include/stdlib.h b/libc/include/stdlib.h
index cd209bebf..eb39fc921 100644
--- a/libc/include/stdlib.h
+++ b/libc/include/stdlib.h
@@ -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_ */