]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
pybind/cephfs: drop redundant int32_t typedef 69521/head
authorSun Yuechi <sunyuechi@iscas.ac.cn>
Mon, 15 Jun 2026 20:10:52 +0000 (04:10 +0800)
committerSun Yuechi <sunyuechi@iscas.ac.cn>
Tue, 16 Jun 2026 13:48:41 +0000 (21:48 +0800)
commitd4fc8b65b71239d6514e4389a06a927bb2a2d635
tree88de8232894b950c034624a040bf88d0177be0e0
parent2286265c0a847f111529178d9a2405621449ad40
pybind/cephfs: drop redundant int32_t typedef

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>
src/pybind/cephfs/c_cephfs.pxd