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

Use weak! for setns, preadv64v2, and pwritev64v2 on GLIBC. #556

Merged
merged 3 commits into from Mar 4, 2023

Conversation

sunfishcode
Copy link
Member

setns, preadv64v2, and pwritev64v2 were introduced more recently than the earliest glibc we support, so use the weak! mechanism for them, with fallbacks using syscall.

`setns`, `preadv64v2`, and `pwritev64v2` were introduced more recently
than the earliest glibc we support, so use the `weak!` mechanism for
them, with fallbacks using `syscall`.
@sunfishcode sunfishcode merged commit d3a662d into main Mar 4, 2023
@sunfishcode sunfishcode deleted the sunfishcode/weak-for-old-versions branch March 4, 2023 06:25
sunfishcode added a commit that referenced this pull request Mar 4, 2023
)

`setns`, `preadv64v2`, and `pwritev64v2` were introduced more recently
than the earliest glibc we support, so use the `weak!` mechanism for
them, with fallbacks using `syscall`.
sunfishcode added a commit that referenced this pull request Mar 4, 2023
)

`setns`, `preadv64v2`, and `pwritev64v2` were introduced more recently
than the earliest glibc we support, so use the `weak!` mechanism for
them, with fallbacks using `syscall`.
sunfishcode added a commit that referenced this pull request Mar 4, 2023
)

`setns`, `preadv64v2`, and `pwritev64v2` were introduced more recently
than the earliest glibc we support, so use the `weak!` mechanism for
them, with fallbacks using `syscall`.
sunfishcode added a commit that referenced this pull request Mar 4, 2023
)

`setns`, `preadv64v2`, and `pwritev64v2` were introduced more recently
than the earliest glibc we support, so use the `weak!` mechanism for
them, with fallbacks using `syscall`.
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

1 participant