Date: Sat, 30 Apr 2011 11:53:30 +0200 From: Hans Petter Selasky <hselasky@c2i.net> To: freebsd-current@freebsd.org Cc: freebsd-multimedia@freebsd.org, Roman Divacky <rdivacky@freebsd.org>, current@freebsd.org Subject: Re: webcamd-0.1.26: does not build with clang Message-ID: <201104301153.30356.hselasky@c2i.net> In-Reply-To: <201104301146.28225.hselasky@c2i.net> References: <72378267@bb.ipt.ru> <20110430094616.GA86210@freebsd.org> <201104301146.28225.hselasky@c2i.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 30 April 2011 11:46:28 Hans Petter Selasky wrote: > linux_init_mod/linux_exit_mod. These two symbols are so-called sections. At least the GCC will resolve these, I.E. when there is an __attribute__((__section__("linux_init_mod"))), then also extern linux_init_mod resolves. --HPS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104301153.30356.hselasky>