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

x/sys/unix: augment support for zos #45838

Closed
billotosyr opened this issue Apr 29, 2021 · 2 comments
Closed

x/sys/unix: augment support for zos #45838

billotosyr opened this issue Apr 29, 2021 · 2 comments
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@billotosyr
Copy link

I would like to add a small number of syscalls (and adjust one) to unix support for the s390x running zos. Other platforms should not be affected in any way.
Needed to be added:
Errno2
Err2ad
W_Getmntent_A (pure ascii version of W_Getmntent)
Select

Needed to be adjusted to be linux-like:
Mount
Unmount

I'd also like to add a small number of constants and types

@gopherbot
Copy link

Change https://golang.org/cl/314950 mentions this issue: unix: augmet support for zos/s390x

@ianlancetaylor ianlancetaylor changed the title unix: augment support for zos x/sys/unix: augment support for zos Apr 29, 2021
@gopherbot gopherbot added this to the Unreleased milestone Apr 29, 2021
@ianlancetaylor
Copy link
Contributor

Thanks for working on this. I just want to note that it's not necessary to open an issue for adding code like this to x/sys/unix. You can just send a change. Thanks.

@cherrymui cherrymui added the NeedsFix The path to resolution is known, but the work has not been done. label Apr 29, 2021
@golang golang locked and limited conversation to collaborators May 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

4 participants