hurd: fix gnu_debug_flag type
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 30 May 2020 18:35:59 +0000 (18:35 +0000)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 30 May 2020 18:40:25 +0000 (18:40 +0000)
commit6930bffe3373690b3431d6291f9f7c116d6a1ec4
tree5f0052dddd32b611a0ec156fdc16d591b93e78cd
parent112c22ed1f35049a73994bfdab0fdabb4fb91886
hurd: fix gnu_debug_flag type

Fixes

../../gdb/gnu-nat.c:96:6: error: conflicting declaration ‘bool gnu_debug_flag’
   96 | bool gnu_debug_flag = false;
../../gdb/gnu-nat.c: In function ‘void _initialize_gnu_nat()’:
../../gdb/gnu-nat.c:3511:7: error: cannot

gdb/ChangeLog:

* gnu-nat.h (gnu_debug_flag): Set type to bool.
gdb/ChangeLog
gdb/gnu-nat.h
This page took 0.023725 seconds and 4 git commands to generate.