Re: [PATCH v5 10/11] 9p: darwin: meson: Allow VirtFS on Darwin

2022-02-07 Thread Will Cohen
On Mon, Feb 7, 2022 at 6:44 PM Christian Schoenebeck wrote: > On Montag, 7. Februar 2022 23:40:23 CET Will Cohen wrote: > > From: Keno Fischer > > > > To allow VirtFS on darwin, we need to check that pthread_fchdir_np is > > available, which has only been available since macOS 10.12. > > > >

Re: [PATCH v5 10/11] 9p: darwin: meson: Allow VirtFS on Darwin

2022-02-07 Thread Christian Schoenebeck
On Montag, 7. Februar 2022 23:40:23 CET Will Cohen wrote: > From: Keno Fischer > > To allow VirtFS on darwin, we need to check that pthread_fchdir_np is > available, which has only been available since macOS 10.12. > > Additionally, virtfs_proxy_helper is disabled on Darwin. This patch > series

[PATCH v5 10/11] 9p: darwin: meson: Allow VirtFS on Darwin

2022-02-07 Thread Will Cohen
From: Keno Fischer To allow VirtFS on darwin, we need to check that pthread_fchdir_np is available, which has only been available since macOS 10.12. Additionally, virtfs_proxy_helper is disabled on Darwin. This patch series does not currently provide an implementation of the proxy-helper, but