pwrite: Don't replace on all platforms.
authorBruno Haible <bruno@clisp.org>
Sun, 22 Apr 2012 13:24:24 +0000 (15:24 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 22 Apr 2012 13:24:24 +0000 (15:24 +0200)
* m4/pwrite.m4 (gl_FUNC_PWRITE): Fix syntax error in test program.

ChangeLog
m4/pwrite.m4

index bead9a6..3379a7e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2012-04-22  Bruno Haible  <bruno@clisp.org>
 
+       pwrite: Don't replace on all platforms.
+       * m4/pwrite.m4 (gl_FUNC_PWRITE): Fix syntax error in test program.
+
+2012-04-22  Bruno Haible  <bruno@clisp.org>
+
        rint* tests: Avoid gcc warnings.
        * tests/test-rint.c (INFINITY, NAN): Undefine before redefining.
        * tests/test-rintf.c (INFINITY, NAN): Likewise.
index 4d1669d..9a30767 100644 (file)
@@ -1,4 +1,4 @@
-# pwrite.m4 serial 4
+# pwrite.m4 serial 5
 dnl Copyright (C) 2010-2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -82,10 +82,6 @@ changequote([,])dnl
       return 13;
   }
   return 0;
-}
-
-
-  return 0;
 }]])],
           [gl_cv_func_pwrite_works=yes],
           [gl_cv_func_pwrite_works=no],