Merge "Don't duplicate uapi ioprio constants." into main

This commit is contained in:
Treehugger Robot 2023-09-22 18:00:19 +00:00 committed by Gerrit Code Review
commit 46c366b0ed

View file

@ -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