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: apply https://go-review.googlesource.com/2815/ #10819

Closed
robpike opened this issue May 13, 2015 · 1 comment
Closed

x/sys: apply https://go-review.googlesource.com/2815/ #10819

robpike opened this issue May 13, 2015 · 1 comment

Comments

@robpike
Copy link
Contributor

robpike commented May 13, 2015

No description provided.

@robpike robpike added this to the Go1.5 milestone May 13, 2015
@bradfitz bradfitz modified the milestones: Go1.5, Unplanned Jun 25, 2015
@bradfitz
Copy link
Contributor

Applying e10e913 to x/sys is not applicable, as x/sys just has:

TEXT    ·Syscall(SB),NOSPLIT,$0-28
        B       syscall·Syscall(SB)

TEXT    ·Syscall6(SB),NOSPLIT,$0-40
        B       syscall·Syscall6(SB)

TEXT ·RawSyscall(SB),NOSPLIT,$0-28
        B       syscall·RawSyscall(SB)

TEXT    ·RawSyscall6(SB),NOSPLIT,$0-40
        B       syscall·RawSyscall6(SB)

TEXT ·seek(SB),NOSPLIT,$0-32
        B       syscall·seek(SB)

No action necessary.

@golang golang locked and limited conversation to collaborators Mar 31, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants