aboutsummaryrefslogtreecommitdiffstats
path: root/sys/netbsd/sys_amd64.const
diff options
context:
space:
mode:
authorSiddharth Muralee <siddharth.muralee@gmail.com>2019-12-04 15:27:22 +0000
committerDmitry Vyukov <dvyukov@google.com>2019-12-05 10:06:13 +0100
commit9fd5a512f39cdc0ec154632d7165855c9dfb3390 (patch)
tree9f0e8d8345ddd3dbdc8e19f297dbf87a5ea902ee /sys/netbsd/sys_amd64.const
parentb91ea9289b58ea7b5611dde484a96d97ee086121 (diff)
sys/netbsd: fix the build issues with posix_spawn
Diffstat (limited to 'sys/netbsd/sys_amd64.const')
-rw-r--r--sys/netbsd/sys_amd64.const3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/netbsd/sys_amd64.const b/sys/netbsd/sys_amd64.const
index 09b227102..e783d58cc 100644
--- a/sys/netbsd/sys_amd64.const
+++ b/sys/netbsd/sys_amd64.const
@@ -17,6 +17,9 @@ CLONE_PTRACE = 8192
CLONE_SIGHAND = 2048
CLONE_VFORK = 16384
CLONE_VM = 256
+FAE_CLOSE = 2
+FAE_DUP2 = 1
+FAE_OPEN = 0
FD_CLOEXEC = 1
F_DUPFD = 0
F_DUPFD_CLOEXEC = 12