diff options
author | Lennart Poettering <lennart@poettering.net> | 2021-07-29 16:36:15 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-10-27 17:56:36 +0200 |
commit | c85cb3bc7f00e857ea90e374b916b2fd7eb773ec (patch) | |
tree | 93396072e42ab76d0420d06667934b1467134622 /src/shared/exec-util.h | |
parent | Revert "Add variant of close_all_fds() that does not allocate and use it in f... (diff) | |
download | systemd-c85cb3bc7f00e857ea90e374b916b2fd7eb773ec.tar.xz systemd-c85cb3bc7f00e857ea90e374b916b2fd7eb773ec.zip |
Revert "basic/fd-util: sort the 'except' array in place"
This reverts commit 9c46228b7deb53d6384545535b37b2844a102b2b.
Diffstat (limited to 'src/shared/exec-util.h')
-rw-r--r-- | src/shared/exec-util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/exec-util.h b/src/shared/exec-util.h index 21d28608f9..ba4506e5aa 100644 --- a/src/shared/exec-util.h +++ b/src/shared/exec-util.h @@ -49,4 +49,4 @@ ExecCommandFlags exec_command_flags_from_string(const char *s); int fexecve_or_execve(int executable_fd, const char *executable, char *const argv[], char *const envp[]); -int fork_agent(const char *name, int except[], size_t n_except, pid_t *ret_pid, const char *path, ...) _sentinel_; +int fork_agent(const char *name, const int except[], size_t n_except, pid_t *ret_pid, const char *path, ...) _sentinel_; |