Skip to content

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

2 participants