[asterisk-dev] [asterisk-commits] tilghman: trunk r232164 - in /trunk: ./ include/asterisk/ main/

Kevin P. Fleming kpfleming at digium.com
Wed Dec 2 06:49:29 CST 2009


SVN commits to the Asterisk project wrote:
> Author: tilghman
> Date: Tue Dec  1 21:26:16 2009
> New Revision: 232164
> 
> URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=232164
> Log:
> So apparently, some platforms don't have ffsll(3).
> The manpage lies; it says that the function is in POSIX, but that's only for
> ffs(3), not ffsll(3).

Since we already require gcc for compilation, and gcc provides
__builtin_ffsll(), this should not be necessary. In fact, Russell has
already changed the code to use __builtin_ffsll() anyway.

-- 
Kevin P. Fleming
Digium, Inc. | Director of Software Technologies
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
skype: kpfleming | jabber: kpfleming at digium.com
Check us out at www.digium.com & www.asterisk.org



More information about the asterisk-dev mailing list