Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Mar 28, 2023

Conversation

ThomasDevoogdt
Copy link
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>
victoryang00 pushed a commit to victoryang00/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.

None yet

2 participants