aboutsummaryrefslogtreecommitdiff
path: root/src/util/os_priority.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/os_priority.c')
-rw-r--r--src/util/os_priority.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/os_priority.c b/src/util/os_priority.c
index 480ca09bb..065009ae5 100644
--- a/src/util/os_priority.c
+++ b/src/util/os_priority.c
@@ -492,6 +492,7 @@ open_dev_null (int target_fd,
492 * (when they are non-NULL). 492 * (when they are non-NULL).
493 * @param pipe_stdin pipe to use to send input to child process (or NULL) 493 * @param pipe_stdin pipe to use to send input to child process (or NULL)
494 * @param pipe_stdout pipe to use to get output from child process (or NULL) 494 * @param pipe_stdout pipe to use to get output from child process (or NULL)
495 * @param pipe_stderr pipe to use for stderr for child process (or NULL)
495 * @param lsocks array of listen sockets to dup systemd-style (or NULL); 496 * @param lsocks array of listen sockets to dup systemd-style (or NULL);
496 * must be NULL on platforms where dup is not supported 497 * must be NULL on platforms where dup is not supported
497 * @param filename name of the binary 498 * @param filename name of the binary