cgo_pthread_ordering_workaround.go 713 字节
Newer Older
D
dogsheng 已提交
1
// Copyright (c) Huawei Technologies Co., Ltd. 2019. All rights reserved.
2 3 4 5
// iSulad-img licensed under the Mulan PSL v2.
// You can use this software according to the terms and conditions of the Mulan PSL v2.
// You may obtain a copy of Mulan PSL v2 at:
//     http://license.coscl.org.cn/MulanPSL2
O
overweight 已提交
6 7 8
// THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR
// PURPOSE.
9
// See the Mulan PSL v2 for more details.
O
overweight 已提交
10 11 12 13 14
// Description: iSulad image kit
// Author: lifeng
// Create: 2019-05-06

// +build !containers_image_openpgp
W
WangFengTu 已提交
15

O
overweight 已提交
16 17 18 19
package main

// #cgo LDFLAGS: -lgpgme
import "C"