Restore the extern qualifier on __cleanup.
Sponsored by: The FreeBSD Foundation MFC after: 3 days
This commit is contained in:
parent
b2ecae3fec
commit
5aed3effa4
@ -271,7 +271,7 @@ void _malloc_first_thread(void);
|
||||
/*
|
||||
* Function to clean up streams, called from abort() and exit().
|
||||
*/
|
||||
void (*__cleanup)(void) __hidden;
|
||||
extern void (*__cleanup)(void) __hidden;
|
||||
|
||||
/*
|
||||
* Get kern.osreldate to detect ABI revisions. Explicitly
|
||||
|
Loading…
Reference in New Issue
Block a user