system-quote-tests: port to older Solaris
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 13 Jan 2013 05:37:23 +0000 (21:37 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 13 Jan 2013 05:49:35 +0000 (21:49 -0800)
Problem reported by Tom G. Christensen in
<http://lists.gnu.org/archive/html/bug-gnulib/2013-01/msg00086.html>.
* tests/test-system-quote-child.c (fopen, fread): Undef.

ChangeLog
tests/test-system-quote-child.c

index d63b173..7afe8e6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2013-01-12  Paul Eggert  <eggert@cs.ucla.edu>
 
+       system-quote-tests: port to older Solaris
+       Problem reported by Tom G. Christensen in
+       <http://lists.gnu.org/archive/html/bug-gnulib/2013-01/msg00086.html>.
+       * tests/test-system-quote-child.c (fopen, fread): Undef.
+
        c-xvasprintf etc.: fix link errors on older Solaris
        These need to link with @LIBINTL@ to get libintl_gettext.
        Problem reported by Tom G. Christensen in
index d8f6c7b..5009e29 100644 (file)
@@ -22,7 +22,9 @@
 /* Do not use any gnulib replacements, since this program should
    link against as few libraries as possible.  */
 #undef fclose
+#undef fopen
 #undef fprintf
+#undef fread
 
 #define EXPECTED_DATA_FILE "t-sq-data.tmp"