axboe / liburing

Library providing helpers for the Linux kernel io_uring support
MIT License
2.83k stars 402 forks source link

[GIT PULL] src/arch/aarch64: fix uclibc build #1065

Closed ffontaine closed 7 months ago

ffontaine commented 7 months ago

Fix the following build failure with uclibc-ng raised since version 2.3 and https://github.com/axboe/liburing/commit/c6bc86e2125bcd6fa10ff2b128cd86486acadff6:

In file included from lib.h:12,
                 from setup.c:4:
arch/aarch64/lib.h:7:10: fatal error: sys/auxv.h: No such file or directory
    7 | #include <sys/auxv.h>
      |          ^~~~~~~~~~~~

Fixes: