Author: kib Date: Fri Feb 20 09:25:13 2015 New Revision: 279049 URL: https://svnweb.freebsd.org/changeset/base/279049
Log: MFC r278889: Restore the extern qualifier on __cleanup. Modified: stable/10/lib/libc/include/libc_private.h Directory Properties: stable/10/ (props changed) Modified: stable/10/lib/libc/include/libc_private.h ============================================================================== --- stable/10/lib/libc/include/libc_private.h Fri Feb 20 07:57:59 2015 (r279048) +++ stable/10/lib/libc/include/libc_private.h Fri Feb 20 09:25:13 2015 (r279049) @@ -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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10 To unsubscribe, send any mail to "[email protected]"
