[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 1/4] hurd: Don't pass FD_CLOEXEC in CMSG_DATA
From: |
Sergey Bugaev |
Subject: |
Re: [PATCH v2 1/4] hurd: Don't pass FD_CLOEXEC in CMSG_DATA |
Date: |
Tue, 25 Apr 2023 00:13:24 +0300 |
On Tue, Apr 25, 2023 at 12:02 AM Samuel Thibault
<samuel.thibault@gnu.org> wrote:
> The two patches actually make me realize that there was a confusion here
> between FD_* flags and O_* flags. _hurd_intern_fd definitely takes O_*
> flags (and translates O_CLOEXEC to FD_CLOEXEC). If we are to transport
> some flags, it'd probably rather be O_* flags. I'll commit that way.
Right, good point.
Sergey