commit | 554822d670c6272fe991c5fcbdfb41433b182b9e | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@polymtl.ca> | Thu Jul 25 13:41:36 2024 -0400 |
committer | Simon Marchi <simon.marchi@efficios.com> | Mon Aug 12 10:21:15 2024 -0400 |
tree | 5fbbf9e90307962989c8446aa7d1699a1d49be8e | |
parent | 36fb20fa93484b104d91e42e38930ee8629192ab [diff] |
gdbsupport: remove #ifndef REALTIME_LO in signals.cc REALTIME_LO was only possibly previously defined in config/nm-nto.h, which is now removed. So we can remove the #ifndef protecting against a redefinition of REALTIME_LO in gdbsupport/signals.cc. Change-Id: I021b9518ceaa6223bd480ff1e07e9a978b0b241e Approved-by: Kevin Buettner <kevinb@redhat.com>