[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[glibc] 04/04: submitted-tst-rfc3484.diff: Fix ____strtoull_l_internal define



This is an automated email from the git hooks/post-receive script.

aurel32 pushed a commit to branch glibc-2.25
in repository glibc.

commit fc4d9f02fd398372a1392c244d8f60cb777560c6
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Sat Aug 5 05:58:54 2017 +0200

    submitted-tst-rfc3484.diff: Fix ____strtoull_l_internal define
---
 debian/patches/hurd-i386/submitted-tst-rfc3484.diff | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/hurd-i386/submitted-tst-rfc3484.diff b/debian/patches/hurd-i386/submitted-tst-rfc3484.diff
index 8655354..cee6a24 100644
--- a/debian/patches/hurd-i386/submitted-tst-rfc3484.diff
+++ b/debian/patches/hurd-i386/submitted-tst-rfc3484.diff
@@ -107,7 +107,7 @@ Index: glibc-2.25/inet/tst-inet6_scopeid_pton.c
 +#include <ctype.h>
 +
 +#define isdigit_l(c, locale) isdigit(c)
-+#define ____strtoull_l_internal(s, end, base, group, locale) strtoul(s, end, base)
++#define ____strtoull_l_internal(s, end, base, group, locale) strtoull(s, end, base)
 +#define __if_nametoindex if_nametoindex
 +#include "inet6_scopeid_pton.c"
  

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git


Reply to: