PATCH: Spell exp2l correctly
Mark Mitchell
mark@codesourcery.com
Mon Mar 28 01:40:00 GMT 2005
I noticed today that GLIBC was failing to define exp2l. This turned out
to be due to a typo; we were creating an alias for expl2 instead.
The expl2 function was not being exported from GLIBC, so I don't think
that there is any backwards-compatibility problem with simply correcting
the typo.
I've attached the obvious patch, which I tested by rebuilding the
library (on the 2.3 branch) with this patch, and verifying that exp2l is
now defined.
--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com
(916) 791-8304
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: glibc.exp2l.patch
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20050328/06f82955/attachment.ksh>
More information about the Libc-alpha
mailing list