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

Commit de1aeee8 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

parents c3bbf823 46c366b0
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