mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
Fixup futex_waitv redefinition
This commit is contained in:
parent
0f3dfec7f2
commit
804665df69
1 changed files with 1 additions and 2 deletions
|
@ -51,8 +51,6 @@ constexpr NTSTATUS NTSTATUS_TIMEOUT = 0x102;
|
|||
|
||||
#ifndef FUTEX_WAITV_MAX
|
||||
#define FUTEX_WAITV_MAX 128
|
||||
#endif
|
||||
|
||||
struct futex_waitv
|
||||
{
|
||||
__u64 val;
|
||||
|
@ -60,6 +58,7 @@ struct futex_waitv
|
|||
__u32 flags;
|
||||
__u32 __reserved;
|
||||
};
|
||||
#endif
|
||||
#else
|
||||
enum
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue