Fixup futex_waitv redefinition

This commit is contained in:
Ivan Chikish 2023-08-03 13:51:44 +03:00 committed by Ivan
parent 0f3dfec7f2
commit 804665df69

View File

@ -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
{