+2010-04-03 Bruno Haible <bruno@clisp.org>
+
+ stdio: Make C++ tests work on mingw.
+ * lib/stdio.in.h (getline): Don't use _GL_CXXALIASWARN if the system
+ does not declare the function.
+
2010-04-03 Bruno Haible <bruno@clisp.org>
ftello: Fix C++ test error on mingw.
_GL_CXXALIAS_SYS (getline, ssize_t,
(char **lineptr, size_t *linesize, FILE *stream));
# endif
+# if @HAVE_DECL_GETLINE@
_GL_CXXALIASWARN (getline);
+# endif
#elif defined GNULIB_POSIXCHECK
# undef getline
# if HAVE_RAW_DECL_GETLINE