summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2020-12-24 20:58:22 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2020-12-24 22:03:13 -0800
commitfb64712c4d79a542bae533034c6c4802eae555fd (patch)
tree053bfd76354d60ce93039cc2ae2e3e77f4a55ac4
parent08b59f31a582ec7bc8eabab9cfc508bf1d5e5288 (diff)
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.
m---------gnulib0
-rw-r--r--src/make-prime-list.c3
2 files changed, 2 insertions, 1 deletions
diff --git a/gnulib b/gnulib
-Subproject 8183682cc4436bee18007d61bc79938eaf78619
+Subproject d411aa6ffa127d2707958a364896a0fd7d500b1
diff --git a/src/make-prime-list.c b/src/make-prime-list.c
index 4ae8676e0..035652e80 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 <stdlib.h>
#include <errno.h>
-/* 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