Merge "stdlib: atexit: include <sys/cdefs.h>"
This commit is contained in:
commit
593abb7b59
@ -30,6 +30,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
struct atexit {
|
||||
struct atexit *next; /* next in list */
|
||||
int ind; /* next index in this table */
|
||||
|
Loading…
Reference in New Issue
Block a user