mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=278889
@ -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