]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/execute: re-break function declaration of exec_spawn
authorMike Yuan <me@yhndnzj.com>
Tue, 7 May 2024 11:02:32 +0000 (19:02 +0800)
committerMike Yuan <me@yhndnzj.com>
Tue, 7 May 2024 16:16:54 +0000 (00:16 +0800)
commitdddc0602865d82e9b41574d116cc302bb6c0486a
tree48326ddf063e354b766160c9b81e2e0d9c89618f
parent06c0f569e94cc7406886079d241f1c1f82711937
core/execute: re-break function declaration of exec_spawn

Also rearrange some variable definitions. Note that
DECIMAL_STR_MAX() contains the size of NUL byte,
so +1 is dropped.
src/core/execute.c
src/core/execute.h