From: Paul Eggert Date: Fri, 25 Dec 2020 04:58:22 +0000 (-0800) Subject: build: update gnulib submodule to latest X-Git-Tag: v9.0~163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb64712c4d79a542bae533034c6c4802eae555fd;p=thirdparty%2Fcoreutils.git build: update gnulib submodule to latest * src/make-prime-list.c (free): Undef, since Gnulib's free-posix module now defines this to rpl_free on some platforms. --- diff --git a/gnulib b/gnulib index 8183682cc4..d411aa6ffa 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 8183682cc4436bee18007d61bc79938eaf78619a +Subproject commit d411aa6ffa127d2707958a364896a0fd7d500b1b diff --git a/src/make-prime-list.c b/src/make-prime-list.c index 4ae8676e02..035652e80b 100644 --- a/src/make-prime-list.c +++ b/src/make-prime-list.c @@ -27,8 +27,9 @@ this program. If not, see https://www.gnu.org/licenses/. */ #include #include -/* Deactivate config.h's "rpl_"-prefixed definitions of these symbols. */ +/* Deactivate "rpl_"-prefixed definitions of these symbols. */ #undef fclose +#undef free #undef malloc #undef strerror