Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 82d19446 authored by T.J. Mercier's avatar T.J. Mercier Committed by Automerger Merge Worker
Browse files

Merge "libprocessgroup: Internal linkage for removeAllProcessGroupsInternal"...

Merge "libprocessgroup: Internal linkage for removeAllProcessGroupsInternal" into main am: cf35a2ed

Original change: https://android-review.googlesource.com/c/platform/system/core/+/2817305



Change-Id: I8d9169be1645c86f8b63d0e42f99d58c4ac0fa34
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 030d4bb9 cf35a2ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -275,7 +275,7 @@ static bool RemoveUidCgroups(const std::string& uid_path, bool empty_only) {
    return empty;
}

void removeAllProcessGroupsInternal(bool empty_only) {
static void removeAllProcessGroupsInternal(bool empty_only) {
    std::vector<std::string> cgroups;
    std::string path, memcg_apps_path;