Fix compiler warnings about typedef redefinitions

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 39de4f157d3ac0b889bb276c2487fe160578f967
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2025-03-06T01:10:22Z
Releases: 18.0
Fix compiler warnings about typedef redefinitions

Clang with -Wtypedef-redefinition produced warnings:

    src/include/storage/latch.h:122:3: error: redefinition of typedef 'Latch' is a C11 feature [-Werror,-Wtypedef-redefinition]

Per buildfarm

Files

PathChange+/−
src/include/storage/waiteventset.h modified +4 −3