mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
syscall: dragonfly/amd64 support
Add syscall support for dragonfly/amd64. Also add support for generating syscall z* files for dragonfly. R=bradfitz CC=golang-dev https://golang.org/cl/13188043
This commit is contained in:
parent
ac00524beb
commit
8f3f4c96a3
20 changed files with 1002 additions and 13 deletions
|
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build darwin freebsd linux netbsd openbsd
|
||||
// +build darwin dragonfly freebsd linux netbsd openbsd
|
||||
|
||||
// Fork, exec, wait, etc.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue