libcall_hurd.go 452 B

123456789101112131415161718
  1. // Copyright 2014 The Go Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. // GNU/Hurd library calls.
  5. package syscall
  6. // Dummy function
  7. func raw_ptrace(request int, pid int, addr uintptr, data uintptr) Errno {
  8. return ENOSYS
  9. }
  10. //sys Fstatfs(fd int, buf *Statfs_t) (err error)
  11. //fstatfs(fd _C_int, buf *Statfs_t) _C_int
  12. // For exec_unix.go.
  13. const SYS_EXECVE = 0