OSDN Git Service

Clean up syscalls, add some Solaris support.
[pf3gnuchains/gcc-fork.git] / libgo / syscalls / syscall_solaris_amd64.go
index 628e781..f68b596 100644 (file)
@@ -8,8 +8,6 @@ package syscall
 
 import "unsafe"
 
-const ARCH = "amd64"
-
 // FIXME: ptrace(3C) has this, but exec.go expects the next.
 //func libc_ptrace(request int, pid Pid_t, addr int, data int) int __asm__ ("ptrace")