int32_t is already provided by "from libc.stdint cimport *", so the extra
ctypedef in the platform_errno.h extern block redeclares it:
warning: c_cephfs.pxd:29:4: 'int32_t' redeclared
Fixes: https://tracker.ceph.com/issues/77440
Signed-off-by: Sun Yuechi <sunyuechi@iscas.ac.cn>
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":