helgrind/tests/tc17_sembar.c: Remove bool typedef
commit932bf2c027579c8d933b57ed80bb5842b390bdb3
authorMark Wielaard <mark@klomp.org>
Sat, 23 Nov 2024 21:37:14 +0000 (23 22:37 +0100)
committerMark Wielaard <mark@klomp.org>
Sat, 23 Nov 2024 22:15:44 +0000 (23 23:15 +0100)
tree0dd0e1c3ddba77f90bfbcc004b0ab55d5c20d158
parente6960c2e41b103ab8d393cbe13dc6473fb89bffc
helgrind/tests/tc17_sembar.c: Remove bool typedef

Since C23 bool is a keyword. Also bool wasn't actually used.

tc17_sembar.c:45:14: error: both 'long' and '_Bool' in declaration specifiers
   45 | typedef long bool;
      |              ^~~~
tc17_sembar.c:45:1: warning: useless type name in empty declaration
   45 | typedef long bool;
      | ^~~~~~~
helgrind/tests/tc17_sembar.c