-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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 renamex_np, renameatx_np #48425
Comments
Hi I am interested in this issue, but I kinda need more description for it. Does this issue mean I need to implement |
Basically, yes. Although of course the argument types are different. |
Change https://golang.org/cl/361958 mentions this issue: |
@elagergren-spideroak @howjmay I found sys package doesn't provide the |
Hello, What is the status of this issue? I found a need for the system call renamex_np with the RENAME_SWAP flag |
The proposed change didn't get reviewed (which may have been my mistake) and it now has a merge conflict. |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Looked in
golang.org/x/sys/unix
forRenameatx_np
.What did you expect to see?
Renameatx_np
.What did you see instead?
Not
Renameatx_np
. :)The use case here is wanting to use
RENAME_EXCL
.The text was updated successfully, but these errors were encountered: