Re: [Qemu-devel] [PATCH v3] linux-user: ppc64: use the correct values for F_*LK64s

2018-07-13 Thread Laurent Vivier
Le 13/07/2018 à 08:16, Shivaprasad G Bhat a écrit : > Qemu includes the glibc headers for the host defines and target headers are > part of the qemu source themselves. The glibc has the F_GETLK64, F_SETLK64 > and F_SETLKW64 defined to 12, 13 and 14 for all archs in >

[Qemu-devel] [PATCH v3] linux-user: ppc64: use the correct values for F_*LK64s

2018-07-13 Thread Shivaprasad G Bhat
Qemu includes the glibc headers for the host defines and target headers are part of the qemu source themselves. The glibc has the F_GETLK64, F_SETLK64 and F_SETLKW64 defined to 12, 13 and 14 for all archs in sysdeps/unix/sysv/linux/bits/fcntl-linux.h. The linux kernel generic definition for F_*LK