diff options
Diffstat (limited to 'libc/include/stdlib.h')
-rw-r--r-- | libc/include/stdlib.h | 4 |
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_ */ |