mirror of
https://github.com/fluencelabs/musl
synced 2025-06-14 15:31:42 +00:00
add c11 quick_exit and at_quick_exit functions
This commit is contained in:
@ -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 *);
|
||||
|
||||
|
Reference in New Issue
Block a user