From: Colin Watson Date: Fri, 28 Dec 2012 07:13:34 +0000 (+0000) Subject: neater gnulib backport X-Git-Tag: grub-2.02-beta1~1391 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc6171d58efebcf63834354fdb457ddc76cf6944;p=thirdparty%2Fgrub.git neater gnulib backport --- diff --git a/m4/stdio_h.m4 b/m4/stdio_h.m4 index 8458bec9d..d3edb4266 100644 --- a/m4/stdio_h.m4 +++ b/m4/stdio_h.m4 @@ -35,7 +35,7 @@ AC_DEFUN([gl_STDIO_H], dnl Check for declarations of anything we want to poison if the dnl corresponding gnulib module is not in use, and which is not - dnl guaranteed by C89. + dnl guaranteed by both C89 and C11. gl_WARN_ON_USE_PREPARE([[#include ]], [dprintf fpurge fseeko ftello getdelim getline gets popen renameat snprintf tmpfile vdprintf vsnprintf])