2013-06-07 18:03:56 +00:00
|
|
|
From e933ab46a2f423c4c0f62283404a7d7787efd30f Mon Sep 17 00:00:00 2001
|
2013-05-02 20:54:52 +00:00
|
|
|
From: Colin Watson <cjwatson@ubuntu.com>
|
|
|
|
Date: Fri, 28 Dec 2012 07:13:34 +0000
|
2013-06-12 19:24:37 +00:00
|
|
|
Subject: [PATCH 072/482] neater gnulib backport
|
2013-05-02 20:54:52 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
m4/stdio_h.m4 | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/m4/stdio_h.m4 b/m4/stdio_h.m4
|
|
|
|
index 8458bec..d3edb42 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 <stdio.h>
|
|
|
|
]], [dprintf fpurge fseeko ftello getdelim getline gets popen renameat
|
|
|
|
snprintf tmpfile vdprintf vsnprintf])
|
|
|
|
--
|
2013-06-07 18:03:56 +00:00
|
|
|
1.8.2.1
|
2013-05-02 20:54:52 +00:00
|
|
|
|