]> git.ipfire.org Git - thirdparty/systemd.git/commit
basic: move freeze() from shared/exec-util.h to basic/process-util.h
authorLennart Poettering <lennart@poettering.net>
Wed, 20 Oct 2021 11:14:11 +0000 (13:14 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 22 Oct 2021 14:34:30 +0000 (16:34 +0200)
commit8ddefb8eef412f888b230588ebde832fc50dc781
tree86937d0c715afe03295cc6a10d1cdd447475074f
parent197aec7e79d2f61c50b1684317c11d36968a83f2
basic: move freeze() from shared/exec-util.h to basic/process-util.h

That way we can use it in other code from basic/. It fits into both
headers equally well or badly, hence let's just move this one function.
src/basic/process-util.c
src/basic/process-util.h
src/shared/exec-util.c
src/shared/exec-util.h