mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-21 18:22:33 +01:00
Fixup futex_waitv redefinition
This commit is contained in:
parent
0f3dfec7f2
commit
804665df69
@ -51,8 +51,6 @@ constexpr NTSTATUS NTSTATUS_TIMEOUT = 0x102;
|
|||||||
|
|
||||||
#ifndef FUTEX_WAITV_MAX
|
#ifndef FUTEX_WAITV_MAX
|
||||||
#define FUTEX_WAITV_MAX 128
|
#define FUTEX_WAITV_MAX 128
|
||||||
#endif
|
|
||||||
|
|
||||||
struct futex_waitv
|
struct futex_waitv
|
||||||
{
|
{
|
||||||
__u64 val;
|
__u64 val;
|
||||||
@ -60,6 +58,7 @@ struct futex_waitv
|
|||||||
__u32 flags;
|
__u32 flags;
|
||||||
__u32 __reserved;
|
__u32 __reserved;
|
||||||
};
|
};
|
||||||
|
#endif
|
||||||
#else
|
#else
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user