diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2026-01-25 17:40:48 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2026-01-26 19:30:14 +0000 |
| commit | 080d8ed7dd29ba537ce4cca286ed3369aca61ef5 (patch) | |
| tree | 4c5fe817b833bb362e30cd75154a1b83887dcb08 /include/spawn.h | |
| parent | 74a2bf1b7a7ff0c872499cb94df24713f61c872c (diff) | |
Diffstat (limited to 'include/spawn.h')
| -rw-r--r-- | include/spawn.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/spawn.h b/include/spawn.h index a8f40e49dce0..636b20755238 100644 --- a/include/spawn.h +++ b/include/spawn.h @@ -126,8 +126,12 @@ int posix_spawnattr_setsigmask(posix_spawnattr_t * __restrict, #if __BSD_VISIBLE int posix_spawnattr_setexecfd_np(posix_spawnattr_t * __restrict, int); +int posix_spawnattr_setprocdescp_np(const posix_spawnattr_t * __restrict, + int * __restrict, int); int posix_spawnattr_getexecfd_np(const posix_spawnattr_t * __restrict, int * __restrict); +int posix_spawnattr_getprocdescp_np(const posix_spawnattr_t * __restrict, + int ** __restrict, int * __restrict); #endif __END_DECLS |
