Commit c7219948 authored by Tobias Klauser's avatar Tobias Klauser Committed by Tobias Klauser

internal/syscall/unix: remove unused *Trap consts

These are unused since the darwin port switched to libc calls in
CL 148457.

Change-Id: I309bb5b0a52c9069484e7a649d4a652efcb8e160
Reviewed-on: https://go-review.googlesource.com/c/go/+/200866
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 46be01f4
...@@ -4,9 +4,5 @@ ...@@ -4,9 +4,5 @@
package unix package unix
const unlinkatTrap uintptr = 472
const openatTrap uintptr = 463
const fstatatTrap uintptr = 470
const AT_REMOVEDIR = 0x80 const AT_REMOVEDIR = 0x80
const AT_SYMLINK_NOFOLLOW = 0x0020 const AT_SYMLINK_NOFOLLOW = 0x0020
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment