]> sourceware.org Git - newlib-cygwin.git/commit
Add posix_spawn_file_actions_add{f}chdir_np
authorCorinna Vinschen <corinna@vinschen.de>
Tue, 18 Apr 2023 21:47:28 +0000 (23:47 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 18 Apr 2023 21:47:28 +0000 (23:47 +0200)
commit7e03fc35f528c7776dac0b4dc0b6814ca012986b
treec7585083c8d34559b8f8fb5ec8125afa06d6a996
parentd30a5917a9c40aec18c2243dfc2848c616dca77a
Add posix_spawn_file_actions_add{f}chdir_np

These are defined as _np functions and available in glibc, musl, macOS,
FreeBSD, Solaris ≥ 11.3

They are likely to be standardized without the _np suffix as a result of
Austin Group issue 1208. if so, both names will be kept as aliases.

Introduce HAVE_CHDIR and HAVE_FCHDIR to allow building on systems not
providing these calls.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
newlib/configure.host
newlib/libc/include/spawn.h
newlib/libc/posix/posix_spawn.c
This page took 0.027983 seconds and 5 git commands to generate.