mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 18:43:34 +00:00
rebase: use the go-ceph master branch
The main change that is useful, is the new rbd.ErrExist error. Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
committed by
mergify[bot]
parent
10076ca11f
commit
9267210da4
6
vendor/github.com/ceph/go-ceph/internal/dlsym/dlsym.go
generated
vendored
6
vendor/github.com/ceph/go-ceph/internal/dlsym/dlsym.go
generated
vendored
@ -2,12 +2,10 @@ package dlsym
|
||||
|
||||
// #cgo LDFLAGS: -ldl
|
||||
//
|
||||
// #define _GNU_SOURCE
|
||||
//
|
||||
// #include <stdlib.h>
|
||||
// #include <dlfcn.h>
|
||||
//
|
||||
// #ifndef RTLD_DEFAULT /* from dlfcn.h */
|
||||
// #define RTLD_DEFAULT ((void *) 0)
|
||||
// #endif
|
||||
import "C"
|
||||
|
||||
import (
|
||||
|
Reference in New Issue
Block a user