X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstrtoull.c;h=6186bfb65afc9da0a2298a86addf7de7a6e1d5ae;hb=9d5fcc62b3ae5309a5be907ca53511d13760e9c1;hp=ec7b3f672f59e09c73551cbb01f1b67e1137de54;hpb=59660f86d2a1dd4f248cde28e04b1b0938d42a7c;p=gnulib.git diff --git a/lib/strtoull.c b/lib/strtoull.c index ec7b3f672..6186bfb65 100644 --- a/lib/strtoull.c +++ b/lib/strtoull.c @@ -15,11 +15,13 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #define QUAD 1 #include "strtoul.c" +#ifdef _LIBC strong_alias (__strtoull_internal, __strtouq_internal) weak_alias (strtoull, strtouq) +#endif