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

Commit c59ddda8 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 a6afcf69 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) {