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

Commit ea62caa5 authored by Bart Van Assche's avatar Bart Van Assche
Browse files

Rename removeAllProcessGroups() into removeAllEmptyProcessGroups()



Make the function name match the function behavior.

Change-Id: I37b07fdd21d11ec9e19646bca5b2019a6e8e913a
Signed-off-by: default avatarBart Van Assche <bvanassche@google.com>
parent 39c4a124
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) {