diff options
Diffstat (limited to 'libgo/go/plugin/plugin_dlopen.go')
-rw-r--r-- | libgo/go/plugin/plugin_dlopen.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/plugin/plugin_dlopen.go b/libgo/go/plugin/plugin_dlopen.go index 3abfb607493..8342267a66b 100644 --- a/libgo/go/plugin/plugin_dlopen.go +++ b/libgo/go/plugin/plugin_dlopen.go @@ -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 linux,cgo darwin,cgo hurd,cgo +// +build linux,cgo darwin,cgo freebsd,cgo hurd,cgo package plugin |