diff options
author | Baruch Siach <baruch@tkos.co.il> | 2024-08-07 08:51:03 +0300 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2024-08-09 23:07:04 -0400 |
commit | b09e3174a695d1db60b2abc442d29ed3f87f0358 (patch) | |
tree | c7254afb2e0bf34332711f32061cb77353e96264 /arch | |
parent | 2de6b42605661d9444dfd464a9d5c1949cbb8944 (diff) | |
download | musl-b09e3174a695d1db60b2abc442d29ed3f87f0358.tar.gz musl-b09e3174a695d1db60b2abc442d29ed3f87f0358.tar.xz musl-b09e3174a695d1db60b2abc442d29ed3f87f0358.zip |
m68k: fix POLLWRNORM and POLLWRBAND
As noted in commit f5011c62c3 ("fix POLLWRNORM and POLLWRBAND on mips") m68k uses a different definition.
Diffstat (limited to 'arch')
-rw-r--r-- | arch/m68k/bits/poll.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/m68k/bits/poll.h b/arch/m68k/bits/poll.h new file mode 100644 index 00000000..00063f41 --- /dev/null +++ b/arch/m68k/bits/poll.h @@ -0,0 +1,2 @@ +#define POLLWRNORM POLLOUT +#define POLLWRBAND 256 |