Re: [PATCH] linux-user: Fix inotify on aarch64

2022-01-27 Thread Laurent Vivier
Le 26/01/2022 à 21:26, Paul Brook a écrit : The inotify implementation originally called the raw host syscalls. Commit 3b3f24add0 changed this to use the glibc wrappers. However ifdefs in syscall.c still test for presence of the raw syscalls. This causes a problem on e.g. aarch64 hosts which nev

Re: [PATCH] linux-user: Fix inotify on aarch64

2022-01-27 Thread Laurent Vivier
Le 26/01/2022 à 21:26, Paul Brook a écrit : The inotify implementation originally called the raw host syscalls. Commit 3b3f24add0 changed this to use the glibc wrappers. However ifdefs in syscall.c still test for presence of the raw syscalls. This causes a problem on e.g. aarch64 hosts which nev

[PATCH] linux-user: Fix inotify on aarch64

2022-01-26 Thread Paul Brook
The inotify implementation originally called the raw host syscalls. Commit 3b3f24add0 changed this to use the glibc wrappers. However ifdefs in syscall.c still test for presence of the raw syscalls. This causes a problem on e.g. aarch64 hosts which never had the inotify_init syscall - it had been