mirror of
https://github.com/mborgerson/xemu.git
synced 2025-12-01 16:10:01 +00:00
linux-user: implement OFD locks
Signed-off-by: Andreas Schwab <schwab@suse.de> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <mvm7dx0cun3.fsf@suse.de> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
committed by
Laurent Vivier
parent
257a7e212d
commit
2d92c6827c
@ -99,6 +99,10 @@
|
||||
#define TARGET_F_SETLKW64 14
|
||||
#endif
|
||||
|
||||
#define TARGET_F_OFD_GETLK 36
|
||||
#define TARGET_F_OFD_SETLK 37
|
||||
#define TARGET_F_OFD_SETLKW 38
|
||||
|
||||
#ifndef TARGET_F_SETOWN_EX
|
||||
#define TARGET_F_SETOWN_EX 15
|
||||
#define TARGET_F_GETOWN_EX 16
|
||||
|
||||
Reference in New Issue
Block a user