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:
Kefu Chai 2026-06-18 16:17:10 +08:00 committed by GitHub
commit e0efa39663
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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":