mailing list of musl libc
 help / color / mirror / code / Atom feed
* [musl] [PATCH] m68k: fix POLLWRNORM and POLLWRBAND
@ 2024-08-07  5:51 Baruch Siach
  0 siblings, 0 replies; only message in thread
From: Baruch Siach @ 2024-08-07  5:51 UTC (permalink / raw)
  To: musl; +Cc: Baruch Siach

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-08-07  5:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-07  5:51 [musl] [PATCH] m68k: fix POLLWRNORM and POLLWRBAND Baruch Siach

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).