Skip to content
Snippets Groups Projects
Commit 3d60c84d authored by Helge Deller's avatar Helge Deller Committed by Riku Voipio
Browse files

linux-user/hppa: Fix TARGET_F_RDLCK, TARGET_F_WRLCK, TARGET_F_UNLCK


Signed-off-by: default avatarHelge Deller <deller@gmx.de>
Signed-off-by: default avatarRichard Henderson <rth@twiddle.net>
Message-ID: <20170311175019.GA7195@ls3530.fritz.box>
Signed-off-by: default avatarRiku Voipio <riku.voipio@linaro.org>
parent e65be6a7
No related branches found
No related tags found
No related merge requests found
......@@ -2361,6 +2361,9 @@ struct target_statfs64 {
#define TARGET_F_SETOWN 24 /* for sockets. */
#define TARGET_F_GETOWN 23 /* for sockets. */
#elif defined(TARGET_HPPA)
#define TARGET_F_RDLCK 1
#define TARGET_F_WRLCK 2
#define TARGET_F_UNLCK 3
#define TARGET_F_GETLK 5
#define TARGET_F_SETLK 6
#define TARGET_F_SETLKW 7
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment