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

Introduce unstable-errno feature #110

Merged
merged 1 commit into from
Mar 2, 2024
Merged

Conversation

bjorn3
Copy link
Contributor

@bjorn3 bjorn3 commented Mar 1, 2024

This will help with integrating the musl dynamic linker until a rust replacement is written.

src/thread/linux_raw.rs Outdated Show resolved Hide resolved
@sunfishcode
Copy link
Owner

Sounds good. The context here is: Normally we try to keep things that are C-specific in c-scape rather than in origin, and errno as a thread-local variable is C-specific. But, adding it here will help support an interesting project, and if we keep it behind a flag, we can keep it scoped.

This will help with integrating the musl dynamic linker until a rust
replacement is written.
@sunfishcode sunfishcode merged commit e9048cf into sunfishcode:main Mar 2, 2024
5 checks passed
@sunfishcode
Copy link
Owner

This is now released in origin 0.18.2.

@bjorn3 bjorn3 deleted the errno branch March 2, 2024 15:34
bjorn3 added a commit to bjorn3/c-ward that referenced this pull request Jun 24, 2024
This will help with integrating the musl dynamic linker until a rust
replacement is written.

cc sunfishcode/origin#110
bjorn3 added a commit to bjorn3/c-ward that referenced this pull request Jun 24, 2024
This will help with integrating the musl dynamic linker until a rust
replacement is written.

cc sunfishcode/origin#110
bjorn3 added a commit to bjorn3/c-ward that referenced this pull request Jun 24, 2024
This will help with integrating the musl dynamic linker until a rust
replacement is written.

cc sunfishcode/origin#110
sunfishcode pushed a commit to sunfishcode/c-ward that referenced this pull request Jun 24, 2024
)

This will help with integrating the musl dynamic linker until a rust
replacement is written.

cc sunfishcode/origin#110
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

2 participants