Re: [PATCH 2/2] linux-user: call set/getscheduler set/getparam directly

2021-12-19 Thread Laurent Vivier
Le 11/12/2021 à 03:27, Tonis Tiigi a écrit : There seems to be difference in syscall and libc definition of these methods and therefore musl does not implement them (1e21e78bf7). Call syscall directly to ensure the behavior of the libc of user application, not the libc that was used to build QEMU

[PATCH 2/2] linux-user: call set/getscheduler set/getparam directly

2021-12-11 Thread Tonis Tiigi
There seems to be difference in syscall and libc definition of these methods and therefore musl does not implement them (1e21e78bf7). Call syscall directly to ensure the behavior of the libc of user application, not the libc that was used to build QEMU. Signed-off-by: Tonis Tiigi --- linux-user/