On Tue, Jul 5, 2022 at 2:31 AM Ammar Faizi <ammarfaizi2@xxxxxxxxxxx> wrote: > From: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx> > > A prep patch to support aarch64 nolibc. We will use this to get the > page size by reading /proc/self/auxv. For some reason __NR_open is > not defined, so also define it in aarch64 syscall specific file. The commit message should also be updated, no extra definition for __NR_open anymore in this version. > v3: > - Use __NR_openat if __NR_open is not defined. > > Reviewed-by: Alviro Iskandar Setiawan <alviro.iskandar@xxxxxxxxxxx> > Signed-off-by: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx> tq -- Viro