[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/2] Add support of a dir arg of create_pipe() on OS/2 kLIBC
From: |
Bruno Haible |
Subject: |
Re: [PATCH 0/2] Add support of a dir arg of create_pipe() on OS/2 kLIBC |
Date: |
Mon, 16 Sep 2024 15:54:38 +0200 |
Hi,
KO Myung-Hun wrote:
> These patches allow to use a directory argument of create_pipe() on
> OS/2 kLIBC.
Four things I don't understand:
- You still don't have posix_spawn support for this platform?
With posix_spawn working, no extra code would be needed in spawn-pipe.c.
Is os2-spawn.[hc] working or not?
- What is the point of adding wait() and waitid() in patch 1? Nothing in
spawn-pipe.c nor wait-process.c uses wait(), waitid().
- What is the point of the module dependency changes in patch 2?
- Why is there a separate libcx0? Why is its functionality not folded into
libc?
Bruno