diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-12-23 12:28:10 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-12-23 12:28:10 +0000 |
commit | 866196b69d3eea4762621c41c44f0ebb2f5e2296 (patch) | |
tree | 479a4867c82e5b152dcc2dcc08a1871e37739b52 /include/stdlib.h | |
parent | 4c13606d1ec78e4b28a7bdb159591e29e3ceb857 (diff) |
Notes
Diffstat (limited to 'include/stdlib.h')
-rw-r--r-- | include/stdlib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stdlib.h b/include/stdlib.h index 051e52cc72353..1cc6c371d7ed5 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -80,6 +80,7 @@ extern int __mb_cur_max; __BEGIN_DECLS void abort(void) __dead2; +void abort2(const char *, int, void **) __dead2; int abs(int) __pure2; int atexit(void (*)(void)); double atof(const char *); |