aboutsummaryrefslogtreecommitdiff
path: root/libbutl/process.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/process.cxx')
-rw-r--r--libbutl/process.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/libbutl/process.cxx b/libbutl/process.cxx
index 142d159..2dc3809 100644
--- a/libbutl/process.cxx
+++ b/libbutl/process.cxx
@@ -43,6 +43,8 @@
//
# elif defined(__FreeBSD__) && __FreeBSD__ >= 8
# define LIBBUTL_POSIX_SPAWN
+# elif defined(__NetBSD__)
+# define LIBBUTL_POSIX_SPAWN
//
// posix_spawn() appeared in Version 3 of the Single UNIX Specification that
// was implemented in MacOS 10.5 (see the man page for details).