diff options
author | Tom Hubrecht <github@mail.hubrecht.ovh> | 2024-05-28 13:44:39 +0200 |
---|---|---|
committer | Tom Hubrecht <github@mail.hubrecht.ovh> | 2024-05-29 11:01:34 +0200 |
commit | e81ed5f12d0702ed402faa8b5ee725f2203db60c (patch) | |
tree | 5f085e353b2b8db23d391347f9d09e294cee7834 /src/libutil/util.hh | |
parent | 2473e1253d37d4bbd3f7aad2ff269ad84747d527 (diff) |
util.{hh,cc}: Split out child.{hh,cc}
Change-Id: Iec4824e071f537b17dd62dbb8c01b8eec14e9783
Diffstat (limited to 'src/libutil/util.hh')
-rw-r--r-- | src/libutil/util.hh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libutil/util.hh b/src/libutil/util.hh index de5f0a2ee..e704cd709 100644 --- a/src/libutil/util.hh +++ b/src/libutil/util.hh @@ -407,12 +407,6 @@ struct MaintainCount /** - * Common initialisation performed in child processes. - */ -void commonChildInit(); - - -/** * Bind a Unix domain socket to a path. */ void bind(int fd, const std::string & path); |