summaryrefslogtreecommitdiff
path: root/include/stdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stdlib.h')
-rw-r--r--include/stdlib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index 0a8de866..c1d93e71 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -43,6 +43,8 @@ void abort (void);
int atexit (void (*) (void));
void exit (int);
void _Exit (int);
+int at_quick_exit (void (*) (void));
+void quick_exit (int);
char *getenv (const char *);