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

core.stdc.setjmp is missing #20972

Open
pbackus opened this issue Mar 10, 2025 · 0 comments
Open

core.stdc.setjmp is missing #20972

pbackus opened this issue Mar 10, 2025 · 0 comments
Labels
Druntime Specific to druntime

Comments

@pbackus
Copy link
Contributor

pbackus commented Mar 10, 2025

<setjmp.h> has been a standard C header since C89 [1]. Like other standard C headers, it should have a corresponding module in the core.stdc package.

Currently, the only available bindings for <setjmp.h> in druntime are the ones in core.sys.posix.setjmp.

See also issue #17373.

[1] https://port70.net/~nsz/c/c89/c89-draft.html#4.6

@dkorpel dkorpel added the Druntime Specific to druntime label Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Druntime Specific to druntime
Projects
None yet
Development

No branches or pull requests

2 participants