mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Restore the extern qualifier on __cleanup.
Sponsored by: The FreeBSD Foundation MFC after: 3 days
This commit is contained in:
parent
b2ecae3fec
commit
5aed3effa4
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue