Skip to content

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

Merged
sunfishcode merged 3 commits intomainfrom
sunfishcode/weak-for-old-versions
Mar 4, 2023
Merged

Use weak! for setns, preadv64v2, and pwritev64v2 on GLIBC.#556
sunfishcode merged 3 commits intomainfrom
sunfishcode/weak-for-old-versions

Conversation

@sunfishcode
Copy link
Copy Markdown
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.

1 participant