summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/src/functions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/src/functions.h b/src/src/functions.h
index 035960646..2e5b1e47d 100644
--- a/src/src/functions.h
+++ b/src/src/functions.h
@@ -1105,6 +1105,7 @@ return NULL;
}
/******************************************************************************/
+# if !defined(COMPILE_UTILITY)
/* Process manipulation */
static inline pid_t
@@ -1142,6 +1143,7 @@ child_open(uschar **argv, uschar **envp, int newumask, int *infdptr,
outfdptr, make_leader, purpose);
}
+# endif /* !COMPILE_UTILITY */
/******************************************************************************/
#endif /* !MACRO_PREDEF */