changeset 16798:c8c585f9c2c7

pwrite: Don't replace on all platforms. * m4/pwrite.m4 (gl_FUNC_PWRITE): Fix syntax error in test program.
author Bruno Haible <bruno@clisp.org>
date Sun, 22 Apr 2012 15:24:24 +0200
parents c4a7dd5a1c2c
children 49a21ae0897b
files ChangeLog m4/pwrite.m4
diffstat 2 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
--- a/m4/pwrite.m4
+++ b/m4/pwrite.m4
@@ -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 @@
       return 13;
   }
   return 0;
-}
-
-
-  return 0;
 }]])],
           [gl_cv_func_pwrite_works=yes],
           [gl_cv_func_pwrite_works=no],