aboutsummaryrefslogtreecommitdiffstats
path: root/sys/netbsd/sys.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netbsd/sys.txt')
-rw-r--r--sys/netbsd/sys.txt13
1 files changed, 7 insertions, 6 deletions
diff --git a/sys/netbsd/sys.txt b/sys/netbsd/sys.txt
index 133de0c14..06ef8ac82 100644
--- a/sys/netbsd/sys.txt
+++ b/sys/netbsd/sys.txt
@@ -18,6 +18,7 @@ include <sys/wait.h>
include <sys/ptrace.h>
include <sys/sched.h>
include <sys/signal.h>
+include <sys/spawn.h>
syz_execute_func(text ptr[in, text[target]])
@@ -202,15 +203,15 @@ posix_spawn_file_actions {
}
posix_spawn_file_actions_entry [
- open posix_spawn_file_actions_entry_t[FAE_OPEN, fd, open_t]
- dup posix_spawn_file_actions_entry_t[FAE_DUP2, fd, dup2_t]
- close posix_spawn_file_actions_entry_t[FAE_CLOSE, fd, void]
+ open posix_spawn_file_actions_entry_t[FAE_OPEN, fd, open_t]
+ dup posix_spawn_file_actions_entry_t[FAE_DUP2, fd, dup2_t]
+ close posix_spawn_file_actions_entry_t[FAE_CLOSE, fd, void]
]
type posix_spawn_file_actions_entry_t[ACTION, FILEDES, DATA] {
- fae_action const[ACTION, int32]
- fae_filedes FILEDES
- fae_data DATA
+ fae_action const[ACTION, int32]
+ fae_filedes FILEDES
+ fae_data DATA
}
open_t {