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

Commit f2c81fdd authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Don't duplicate uapi ioprio constants." into main am: 46c366b0 am:...

Merge "Don't duplicate uapi ioprio constants." into main am: 46c366b0 am: de1aeee8 am: ab62e7d3

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



Change-Id: If5ac3213e8b99a0141e023a30f27db89f623cb53
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 5c30491a ab62e7d3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -24,8 +24,7 @@
#include <unistd.h>

#if defined(__ANDROID__)
#define IOPRIO_WHO_PROCESS (1)
#define IOPRIO_CLASS_SHIFT (13)
#include <linux/ioprio.h>
#include <sys/syscall.h>
#define __android_unused
#else