Codebase list golang-gopkg-lxc-go-lxc.v2 / 6d861971-9faf-4e0e-9078-e5e466c800c5/main linking_dynamic.go
6d861971-9faf-4e0e-9078-e5e466c800c5/main

Tree @6d861971-9faf-4e0e-9078-e5e466c800c5/main (Download .tar.gz)

linking_dynamic.go @6d861971-9faf-4e0e-9078-e5e466c800c5/mainraw · history · blame

// 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.

// +build linux,cgo,!static_build

package lxc

// #cgo CFLAGS: -std=gnu11 -Wvla -Werror
// #cgo pkg-config: lxc
import "C"