Date: Fri, 20 Feb 2015 09:25:14 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r279049 - stable/10/lib/libc/include Message-ID: <201502200925.t1K9PE89052092@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502200925.t1K9PE89052092>