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

Commit ae02bdbd authored by Bart Van Assche's avatar Bart Van Assche Committed by Automerger Merge Worker
Browse files

Merge "Rename removeAllProcessGroups() into removeAllEmptyProcessGroups()" into main am: e2ae2034

parents 6a8a8c20 e2ae2034
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1245,7 +1245,7 @@ jint android_os_Process_sendSignalToProcessGroup(JNIEnv* env, jobject clazz, jin

void android_os_Process_removeAllProcessGroups(JNIEnv* env, jobject clazz)
{
    return removeAllProcessGroups();
    return removeAllEmptyProcessGroups();
}

static jint android_os_Process_nativePidFdOpen(JNIEnv* env, jobject, jint pid, jint flags) {