Skip to content

core/iwasm: posix.c: fix POLL{RD,WR}NORM in uClibc#2069

Merged
wenyongh merged 1 commit into
bytecodealliance:mainfrom
ThomasDevoogdt:bugfix/iwasm-uClibc
Mar 28, 2023
Merged

core/iwasm: posix.c: fix POLL{RD,WR}NORM in uClibc#2069
wenyongh merged 1 commit into
bytecodealliance:mainfrom
ThomasDevoogdt:bugfix/iwasm-uClibc

Conversation

@ThomasDevoogdt
Copy link
Copy Markdown
Contributor

Not defined in uClibc, so replace them with the equivalent POLL{OUT,IN}.

https://www.man7.org/linux/man-pages/man2/poll.2.html

POLLWRNORM
Equivalent to POLLOUT.

POLLRDNORM
Equivalent to POLLIN.

Not defined in uClibc, so replace them with the equivalent POLL{OUT,IN}.

https://www.man7.org/linux/man-pages/man2/poll.2.html

POLLWRNORM
       Equivalent to POLLOUT.

POLLRDNORM
       Equivalent to POLLIN.

Signed-off-by: Thomas Devoogdt <thomas.devoogdt@barco.com>
@wenyongh wenyongh merged commit 61369d4 into bytecodealliance:main Mar 28, 2023
@ThomasDevoogdt ThomasDevoogdt deleted the bugfix/iwasm-uClibc branch March 28, 2023 05:02
ThomasDevoogdt added a commit to ThomasDevoogdt/fluent-bit that referenced this pull request Apr 25, 2023
Not defined in uClibc, so replace them with the equivalent POLL{OUT,IN}.

https://www.man7.org/linux/man-pages/man2/poll.2.html

POLLWRNORM
       Equivalent to POLLOUT.

POLLRDNORM
       Equivalent to POLLIN.

upstream: bytecodealliance/wasm-micro-runtime#2069

Signed-off-by: Thomas Devoogdt <thomas.devoogdt@barco.com>
ThomasDevoogdt added a commit to ThomasDevoogdt/fluent-bit that referenced this pull request Apr 25, 2023
Not defined in uClibc, so replace them with the equivalent POLL{OUT,IN}.

https://www.man7.org/linux/man-pages/man2/poll.2.html

POLLWRNORM
       Equivalent to POLLOUT.

POLLRDNORM
       Equivalent to POLLIN.

upstream: bytecodealliance/wasm-micro-runtime#2069

Signed-off-by: Thomas Devoogdt <thomas.devoogdt@barco.com>
ThomasDevoogdt added a commit to ThomasDevoogdt/fluent-bit that referenced this pull request Apr 26, 2023
Not defined in uClibc, so replace them with the equivalent POLL{OUT,IN}.

https://www.man7.org/linux/man-pages/man2/poll.2.html

POLLWRNORM
       Equivalent to POLLOUT.

POLLRDNORM
       Equivalent to POLLIN.

upstream: bytecodealliance/wasm-micro-runtime#2069

Signed-off-by: Thomas Devoogdt <thomas.devoogdt@barco.com>
ThomasDevoogdt added a commit to ThomasDevoogdt/fluent-bit that referenced this pull request Apr 27, 2023
Not defined in uClibc, so replace them with the equivalent POLL{OUT,IN}.

https://www.man7.org/linux/man-pages/man2/poll.2.html

POLLWRNORM
       Equivalent to POLLOUT.

POLLRDNORM
       Equivalent to POLLIN.

upstream: bytecodealliance/wasm-micro-runtime#2069

Signed-off-by: Thomas Devoogdt <thomas.devoogdt@barco.com>
ThomasDevoogdt added a commit to ThomasDevoogdt/fluent-bit that referenced this pull request Apr 29, 2023
Not defined in uClibc, so replace them with the equivalent POLL{OUT,IN}.

https://www.man7.org/linux/man-pages/man2/poll.2.html

POLLWRNORM
       Equivalent to POLLOUT.

POLLRDNORM
       Equivalent to POLLIN.

upstream: bytecodealliance/wasm-micro-runtime#2069

Signed-off-by: Thomas Devoogdt <thomas.devoogdt@barco.com>
ThomasDevoogdt added a commit to ThomasDevoogdt/fluent-bit that referenced this pull request Apr 29, 2023
Not defined in uClibc, so replace them with the equivalent POLL{OUT,IN}.

https://www.man7.org/linux/man-pages/man2/poll.2.html

POLLWRNORM
       Equivalent to POLLOUT.

POLLRDNORM
       Equivalent to POLLIN.

upstream: bytecodealliance/wasm-micro-runtime#2069

Signed-off-by: Thomas Devoogdt <thomas.devoogdt@barco.com>
ThomasDevoogdt added a commit to ThomasDevoogdt/fluent-bit that referenced this pull request May 4, 2023
Not defined in uClibc, so replace them with the equivalent POLL{OUT,IN}.

https://www.man7.org/linux/man-pages/man2/poll.2.html

POLLWRNORM
       Equivalent to POLLOUT.

POLLRDNORM
       Equivalent to POLLIN.

upstream: bytecodealliance/wasm-micro-runtime#2069

Signed-off-by: Thomas Devoogdt <thomas.devoogdt@barco.com>
leonardo-albertovich pushed a commit to fluent/fluent-bit that referenced this pull request May 8, 2023
Not defined in uClibc, so replace them with the equivalent POLL{OUT,IN}.

https://www.man7.org/linux/man-pages/man2/poll.2.html

POLLWRNORM
       Equivalent to POLLOUT.

POLLRDNORM
       Equivalent to POLLIN.

upstream: bytecodealliance/wasm-micro-runtime#2069

Signed-off-by: Thomas Devoogdt <thomas.devoogdt@barco.com>
andreswebs pushed a commit to andreswebs/fluent-bit that referenced this pull request May 9, 2023
Not defined in uClibc, so replace them with the equivalent POLL{OUT,IN}.

https://www.man7.org/linux/man-pages/man2/poll.2.html

POLLWRNORM
       Equivalent to POLLOUT.

POLLRDNORM
       Equivalent to POLLIN.

upstream: bytecodealliance/wasm-micro-runtime#2069

Signed-off-by: Thomas Devoogdt <thomas.devoogdt@barco.com>
vickiegpt pushed a commit to vickiegpt/wamr-aot-gc-checkpoint-restore that referenced this pull request May 27, 2024
POLLRDNORM/POLLWRNORM may be not defined in uClibc, so replace them
with the equivalent POLLIN/POLLOUT.

Refer to https://www.man7.org/linux/man-pages/man2/poll.2.html
  POLLRDNORM Equivalent to POLLIN
  POLLWRNORM Equivalent to POLLOUT

Signed-off-by: Thomas Devoogdt <thomas.devoogdt@barco.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants