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

dir: Cast RENAME_EXCHANGE back to libc::c_int #36

Merged
merged 1 commit into from
Mar 19, 2021

Conversation

cgwalters
Copy link
Contributor

Workaround #35
AKA rust-lang/libc#2116

Unfortunately since we made this libc::c_int in our
public API, we can't easily change it right now.

Closes: #35

Workaround tailhook#35
AKA rust-lang/libc#2116

Unfortunately since we made this libc::c_int in our
public API, we can't easily change it right now.

Closes: tailhook#35
@tailhook tailhook merged commit e142032 into tailhook:master Mar 19, 2021
@tailhook
Copy link
Owner

Merged. Thanks! We probably want to change the rename_flags type at some point, but that would be a breaking change and this one might make it easier for people to get upgrade of minor version automatically.

cgwalters added a commit to cgwalters/rpm-ostree that referenced this pull request Mar 22, 2021
To pull in tailhook/openat#36
so we can update libc.
cgwalters added a commit to cgwalters/rpm-ostree that referenced this pull request Mar 23, 2021
To pull in tailhook/openat#36
so we can update libc.
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.

Compile failure with libc 0.2.90
2 participants