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