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

sbrk01 fails on musl because it is not implemented #1089

Open
richiejp opened this issue Sep 27, 2023 · 0 comments
Open

sbrk01 fails on musl because it is not implemented #1089

richiejp opened this issue Sep 27, 2023 · 0 comments
Labels

Comments

@richiejp
Copy link
Contributor

musl always returns ENOMEM for any call to sbrk other than 0.

The test could call the syscall directly, but libc calls should probably be avoided before returning the segment size to its original value.

@richiejp richiejp added the bug label Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant