summaryrefslogtreecommitdiff
path: root/gl/stdio.in.h
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-10-04 15:39:10 +0200
committerSimon Josefsson <simon@josefsson.org>2010-10-04 15:39:10 +0200
commitbdfcaadf62e72293e57b9cda6db3e2a0b24eb647 (patch)
tree70d64d49fe8ac182f6948301ff4e48689b001419 /gl/stdio.in.h
parentef747ffc58f3acf81dba4cb0235822cd089943bc (diff)
downloadlibtasn1-bdfcaadf62e72293e57b9cda6db3e2a0b24eb647.tar.gz
libtasn1-bdfcaadf62e72293e57b9cda6db3e2a0b24eb647.tar.bz2
libtasn1-bdfcaadf62e72293e57b9cda6db3e2a0b24eb647.zip
Update gnulib files.
Diffstat (limited to 'gl/stdio.in.h')
-rw-r--r--gl/stdio.in.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gl/stdio.in.h b/gl/stdio.in.h
index 80b9dbf..0bf2cc5 100644
--- a/gl/stdio.in.h
+++ b/gl/stdio.in.h
@@ -265,7 +265,8 @@ _GL_CXXALIASWARN (freopen);
#elif defined GNULIB_POSIXCHECK
# undef freopen
/* Assume freopen is always declared. */
-_GL_WARN_ON_USE (freopen, "freopen on Win32 platforms is not POSIX compatible - "
+_GL_WARN_ON_USE (freopen,
+ "freopen on Win32 platforms is not POSIX compatible - "
"use gnulib module freopen for portability");
#endif