Skip to content

Commit

Permalink
Merge pull request #164 from citizen233/feature/arm64
Browse files Browse the repository at this point in the history
feat: add arm64 support
  • Loading branch information
robbietu authored Jun 27, 2024
2 parents a01e255 + ce91e3a commit 4976c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prio.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ extern int sys_ioprio_get(int, int);
#elif defined(__ia64__)
#define __NR_ioprio_set 1274
#define __NR_ioprio_get 1275
#elif defined(__aarch64__)
#elif defined(__aarch64__) || defined(__arm64__)
#define __NR_ioprio_set 30
#define __NR_ioprio_get 31
#else
Expand Down

0 comments on commit 4976c5f

Please sign in to comment.