aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2021-11-27 22:49:03 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2021-11-30 01:43:54 +0000
commit25cda42a498101612687b32005856cd8b14f2f7a (patch)
tree984aef5c2b8f8b276c8f570e3ee2a323f31b594c /include
parent8ed1e4a5c1a9d0550f1a81e80e22c4012dadec64 (diff)
Diffstat (limited to 'include')
-rw-r--r--include/spawn.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/spawn.h b/include/spawn.h
index 79753bba0510..4ba3998a3e90 100644
--- a/include/spawn.h
+++ b/include/spawn.h
@@ -87,6 +87,13 @@ int posix_spawn_file_actions_addopen(posix_spawn_file_actions_t * __restrict,
int posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *, int, int);
int posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *, int);
+#if __BSD_VISIBLE
+int posix_spawn_file_actions_addchdir_np(posix_spawn_file_actions_t *
+ __restrict, const char * __restrict);
+int posix_spawn_file_actions_addfchdir_np(posix_spawn_file_actions_t *,
+ int);
+#endif
+
/*
* Spawn attributes
*/