From commits-return-15055-archive-asf-public=cust-asf.ponee.io@apr.apache.org Wed Sep 30 13:54:20 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mailroute1-lw-us.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 33AA818066B for ; Wed, 30 Sep 2020 15:54:20 +0200 (CEST) Received: from mail.apache.org (localhost [127.0.0.1]) by mailroute1-lw-us.apache.org (ASF Mail Server at mailroute1-lw-us.apache.org) with SMTP id 659A5121D22 for ; Wed, 30 Sep 2020 13:54:19 +0000 (UTC) Received: (qmail 10357 invoked by uid 500); 30 Sep 2020 13:54:19 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 10348 invoked by uid 99); 30 Sep 2020 13:54:18 -0000 Received: from Unknown (HELO svn01-us-east.apache.org) (13.90.137.153) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Sep 2020 13:54:18 +0000 Received: from svn01-us-east.apache.org (svn01-us-east.apache.org [127.0.0.1]) by svn01-us-east.apache.org (ASF Mail Server at svn01-us-east.apache.org) with ESMTP id B923117A668 for ; Wed, 30 Sep 2020 13:54:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1882155 - /apr/apr/branches/1.7.x/file_io/win32/pipe.c Date: Wed, 30 Sep 2020 13:54:18 -0000 To: commits@apr.apache.org From: niq@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20200930135418.B923117A668@svn01-us-east.apache.org> Author: niq Date: Wed Sep 30 13:54:18 2020 New Revision: 1882155 URL: http://svn.apache.org/viewvc?rev=1882155&view=rev Log: PR 63491 Update 1.7 win32 blocking in line with trunk and 1.6.x Modified: apr/apr/branches/1.7.x/file_io/win32/pipe.c Modified: apr/apr/branches/1.7.x/file_io/win32/pipe.c URL: http://svn.apache.org/viewvc/apr/apr/branches/1.7.x/file_io/win32/pipe.c?rev=1882155&r1=1882154&r2=1882155&view=diff ============================================================================== --- apr/apr/branches/1.7.x/file_io/win32/pipe.c (original) +++ apr/apr/branches/1.7.x/file_io/win32/pipe.c Wed Sep 30 13:54:18 2020 @@ -76,7 +76,7 @@ APR_DECLARE(apr_status_t) apr_file_pipe_ apr_int32_t blocking, apr_pool_t *p) { - return apr_file_pipe_create_pools(in, out, APR_FULL_BLOCK, p, p); + return apr_file_pipe_create_pools(in, out, blocking, p, p); } APR_DECLARE(apr_status_t) apr_file_pipe_create_pools(apr_file_t **in,