|
Message-ID: <752bbae1e47c18791a2992a8e24d430286c667cc.1723009863.git.baruch@tkos.co.il> Date: Wed, 7 Aug 2024 08:51:03 +0300 From: Baruch Siach <baruch@...s.co.il> To: musl@...ts.openwall.com Cc: Baruch Siach <baruch@...s.co.il> Subject: [PATCH] m68k: fix POLLWRNORM and POLLWRBAND As noted in commit f5011c62c3 ("fix POLLWRNORM and POLLWRBAND on mips") m68k uses a different definition. --- arch/m68k/bits/poll.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 arch/m68k/bits/poll.h diff --git a/arch/m68k/bits/poll.h b/arch/m68k/bits/poll.h new file mode 100644 index 000000000000..00063f4186fd --- /dev/null +++ b/arch/m68k/bits/poll.h @@ -0,0 +1,2 @@ +#define POLLWRNORM POLLOUT +#define POLLWRBAND 256 -- 2.43.0
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.