Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add support for posix_spawn_file_actions_chdir and posix_spawn_file_actions_fchdir #3958

Open
CameronNemo opened this issue Oct 3, 2024 · 0 comments
Labels
C-API-request Category: API request

Comments

@CameronNemo
Copy link

CameronNemo commented Oct 3, 2024

  • POSIX.1-2024 includes these

  • linux gnu, musl, bionic have implementations, using the _np suffix

  • freebsd uses _np suffix, netbsd implements with no suffix AFAICT

  • seems like macos implements with the _np suffix (but not necessarily iOS?)

  • haiku does implement with _np suffix

  • Not sure about other implementations that might exist. seems like openbsd does not implement it.

  • posix docs

  • gnu docs

  • freebsd docs

  • netbsd docs

  • MacOS XNU spawn.h

  • Haiku gnu-compat spawn.h

@CameronNemo CameronNemo added the C-API-request Category: API request label Oct 3, 2024
@CameronNemo CameronNemo changed the title posix_spawn_file_actions_chdir and posix_spawn_file_actions_fchdir undefined Please add support for posix_spawn_file_actions_chdir and posix_spawn_file_actions_fchdir Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-API-request Category: API request
Projects
None yet
Development

No branches or pull requests

1 participant