From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f66.google.com (mail-lf1-f66.google.com [209.85.167.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 2C86C4696C3 for ; Wed, 15 Apr 2020 10:43:30 +0300 (MSK) Received: by mail-lf1-f66.google.com with SMTP id m2so1849243lfo.6 for ; Wed, 15 Apr 2020 00:43:30 -0700 (PDT) Date: Wed, 15 Apr 2020 10:43:27 +0300 From: Cyrill Gorcunov Message-ID: <20200415074327.GL3072@uranus> References: <6873a6070a181c7c47f2e94295539c483fd6e7b7.1586862436.git.alexander.turenko@tarantool.org> <20200414130507.GH3072@uranus> <20200415042112.ur5anngvrhn7mmrl@tkn_work_nb> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200415042112.ur5anngvrhn7mmrl@tkn_work_nb> Subject: Re: [Tarantool-patches] [PATCH 12/12] popen: allow to close parent's end of std* fds List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Turenko Cc: tarantool-patches@dev.tarantool.org On Wed, Apr 15, 2020 at 07:21:12AM +0300, Alexander Turenko wrote: > > The diff at bottom of the email. Ack