mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
Merge pull request #69521 from sunyuechi/warnings-cephfs-int32
pybind/cephfs: drop redundant int32_t typedef Reviewed-by: Rishabh Dave <ridave@redhat.com> Reviewed-by: Kefu Chai <k.chai@proxmox.com>
This commit is contained in:
commit
e0efa39663
@ -26,7 +26,6 @@ cdef extern from *:
|
||||
unsigned long DIRENT_D_OFF(dirent *d)
|
||||
|
||||
cdef extern from "../include/platform_errno.h":
|
||||
ctypedef signed int int32_t;
|
||||
int32_t ceph_to_hostos_errno(int32_t e)
|
||||
|
||||
cdef extern from "cephfs/ceph_ll_client.h":
|
||||
|
||||
Loading…
Reference in New Issue
Block a user