aboutsummaryrefslogtreecommitdiff
path: root/jim-posix.c
diff options
context:
space:
mode:
Diffstat (limited to 'jim-posix.c')
-rw-r--r--jim-posix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/jim-posix.c b/jim-posix.c
index ba4c6d7..eeec649 100644
--- a/jim-posix.c
+++ b/jim-posix.c
@@ -38,7 +38,7 @@ static void Jim_PosixSetError(Jim_Interp *interp)
Jim_SetResultString(interp, strerror(errno), -1);
}
-#if defined(HAVE_FORK) && !defined(HAVE_NO_FORK)
+#if defined(HAVE_FORK)
static int Jim_PosixForkCommand(Jim_Interp *interp, int argc, Jim_Obj *const *argv)
{
pid_t pid;