Move ht_sigchld_ignore and ht_ignore_node to pub_tool_signals.h
commita1bb40171ab2289043856c6893522449ccc9fdff
authorMark Wielaard <mark@klomp.org>
Fri, 8 Apr 2022 07:42:10 +0000 (8 09:42 +0200)
committerMark Wielaard <mark@klomp.org>
Fri, 8 Apr 2022 07:42:18 +0000 (8 09:42 +0200)
treefba94fe249c4f8115e3e7e7ec3ee95c30cfa93bc
parent2c0fb665699309e1e02a02084324748f46a6c788
Move ht_sigchld_ignore and ht_ignore_node to pub_tool_signals.h

ht_sigchld_ignore and ht_ignore_node were defined in pub_core_signals.h
which cannot include any other tool header.

...checking header files and include directives
*** File coregrind/pub_core_signals.h must not include pub_tool_hashtable.h

So move the definition and type to pub_tool_signals.h
coregrind/pub_core_signals.h
include/pub_tool_signals.h