1
0
mirror of https://github.com/lxc/go-lxc.git synced 2026-02-05 06:46:38 +01:00
Files
go-lxc/linking_dynamic.go
Stéphane Graber 8160599674 global: Update for gofmt
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
2023-06-20 21:20:07 -04:00

13 lines
338 B
Go

// Copyright © 2013, 2014, The Go-LXC Authors. All rights reserved.
// Use of this source code is governed by a LGPLv2.1
// license that can be found in the LICENSE file.
//go:build linux && cgo && !static_build
// +build linux,cgo,!static_build
package lxc
// #cgo CFLAGS: -std=gnu11 -Wvla -Werror
// #cgo pkg-config: lxc
import "C"