am 593abb7b: Merge "stdlib: atexit: include <sys/cdefs.h>"
* commit '593abb7b593a34d501c90512953a7368add6d185': stdlib: atexit: include <sys/cdefs.h>
This commit is contained in:
commit
77272874f8
@ -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 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user