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: add missing *linkat functions on linux. #14459

Closed
hirochachacha opened this issue Feb 22, 2016 · 5 comments
Closed

x/sys/unix: add missing *linkat functions on linux. #14459

hirochachacha opened this issue Feb 22, 2016 · 5 comments

Comments

@hirochachacha
Copy link
Contributor

  • linkat
  • readlinkat
  • symlinkat

supports are missing.

@ianlancetaylor ianlancetaylor added this to the Unreleased milestone Feb 22, 2016
@gopherbot
Copy link

CL https://golang.org/cl/20129 mentions this issue.

@gopherbot
Copy link

CL https://golang.org/cl/30491 mentions this issue.

gopherbot pushed a commit to golang/sys that referenced this issue Oct 6, 2016
This reverts commit I44d8dd8020bc61b9c75e0566c34ca9cc56b23f9d.

Reason for revert: Broke the build. (Fixes #17352)

Original change's description:
> x/sys/unix: add *linkat functions on linux
> 
> * expose linkat, readlinkat, symlinkat
> 
> Fixes golang/go#14459
> 
> Change-Id: I44d8dd8020bc61b9c75e0566c34ca9cc56b23f9d
> Reviewed-on: https://go-review.googlesource.com/20129
> Reviewed-by: Russ Cox <rsc@golang.org>
> 

Change-Id: Ic114a5e60b0caef82c21123156963b2a8232d9d4
Reviewed-on: https://go-review.googlesource.com/30491
TryBot-Result: Gobot Gobot <gobot@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
@dmitshur
Copy link
Contributor

Should this issue be re-opened since the commit that closed it has been reverted?

@gopherbot
Copy link

CL https://golang.org/cl/30890 mentions this issue.

@gopherbot
Copy link

CL https://golang.org/cl/38638 mentions this issue.

gopherbot pushed a commit to golang/sys that referenced this issue Mar 25, 2017
Fixes golang/go#14459

Change-Id: I9809340141dd5704d5a32a079486a1f889725541
Reviewed-on: https://go-review.googlesource.com/38638
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
@golang golang locked and limited conversation to collaborators Mar 25, 2018
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

4 participants