hurd: Declare _hurd_intr_rpc_msg* with protected visibility
authorSergey Bugaev <bugaevc@gmail.com>
Wed, 3 Jan 2024 17:14:35 +0000 (20:14 +0300)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Wed, 3 Jan 2024 20:59:54 +0000 (21:59 +0100)
commitb6931d6d14c71fd229cc2ff94c810bd3390687db
tree6b91e1516c398f667d7c1b8107a00bceec94667c
parentdac7c6406582e36d38bc94794c15d581e3c6ebda
hurd: Declare _hurd_intr_rpc_msg* with protected visibility

These symbols are internal and never exported; make sure the compiler
realizes that when compiling hurdsig.c and does not try to emit GOT
reads.

Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
hurd/hurdsig.c