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

unifdef -U WASMTIME_SSP_STATIC_CURFDS #2533

Merged
merged 2 commits into from
Sep 6, 2023

Conversation

yamt
Copy link
Collaborator

@yamt yamt commented Sep 6, 2023

as the upstream doesn't use this code anymore, there is little point
to keep this macro.

as the upstream doesn't use this code anymore, there is little point
to keep this macro.

```
for x in **/*.[ch];do unifdef -U WASMTIME_SSP_STATIC_CURFDS $x > $x.new;mv $x.new $x;done
```
@wenyongh wenyongh merged commit 151dfae into bytecodealliance:main Sep 6, 2023
368 checks passed
victoryang00 pushed a commit to victoryang00/wamr-aot-gc-checkpoint-restore that referenced this pull request May 27, 2024
The macro WASMTIME_SSP_STATIC_CURFDS isn't used in the source code,
remove the related macro control code.
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