Re: [PATCH] linux-user: support of semtimedop syscall

2020-05-11 Thread Laurent Vivier
Le 11/05/2020 à 18:39, Matus Kysel a écrit : > We should add support of semtimedop syscall as new version of > glibc 2.31 uses semop based on semtimedop (commit: > https://gitlab.com/freedesktop-sdk/mirrors/sourceware/glibc/-/commit/765cdd0bffd77960ae852104fc4ea5edcdb8aed3 > ). > >

[PATCH] linux-user: support of semtimedop syscall

2020-05-11 Thread Matus Kysel
We should add support of semtimedop syscall as new version of glibc 2.31 uses semop based on semtimedop (commit: https://gitlab.com/freedesktop-sdk/mirrors/sourceware/glibc/-/commit/765cdd0bffd77960ae852104fc4ea5edcdb8aed3 ). Signed-off-by: Matus Kysel --- linux-user/syscall.c | 26