qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] fcntl64 fix


From: Kirill A. Shutemov
Subject: [Qemu-devel] [PATCH] fcntl64 fix
Date: Fri, 9 Mar 2007 23:53:35 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

TARGET_F_*64 should be used instead of F_*64, because on 64-bit host
systems F_GETLK == F_GETLK64(same for SETLK and SETLKW), so we cannot
determinate if it's a long lock or not on a target 32-bit system.
Patch in the attachment.

P.S. Please, review my privious patches, which I have added description
recently. Or should I repost it?

Attachment: qemu-0.9.0-alt-fcntl64-fix.patch
Description: Text document

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]