From 193256125d7c587f23514892a4abfd3a24053ba9 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 22 Apr 2012 15:24:24 +0200 Subject: [PATCH] pwrite: Don't replace on all platforms. * m4/pwrite.m4 (gl_FUNC_PWRITE): Fix syntax error in test program. --- ChangeLog | 5 +++++ m4/pwrite.m4 | 6 +----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index bead9a653a..3379a7e32f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-04-22 Bruno Haible + + pwrite: Don't replace on all platforms. + * m4/pwrite.m4 (gl_FUNC_PWRITE): Fix syntax error in test program. + 2012-04-22 Bruno Haible rint* tests: Avoid gcc warnings. diff --git a/m4/pwrite.m4 b/m4/pwrite.m4 index 4d1669dea9..9a30767c7c 100644 --- 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, @@ -81,10 +81,6 @@ changequote([,])dnl if (buf[1] != '1') return 13; } - return 0; -} - - return 0; }]])], [gl_cv_func_pwrite_works=yes], -- 2.39.5