apply hidden visibility to sigreturn code fragments
authorRich Felker <dalias@aerifal.cx>
Tue, 11 Sep 2018 15:57:31 +0000 (11:57 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 12 Sep 2018 18:34:34 +0000 (14:34 -0400)
commitb6e59cd925cbe6c0f23cf46828d47e6e7edd17c9
tree80f65cea882a2e729066620956758bf38d9a4fce
parent50fea6c75f7bb610eb33bc676224e8fbd2329338
apply hidden visibility to sigreturn code fragments

these were overlooked in the declarations overhaul work because they
are not properly declared, and the current framework even allows their
declared types to vary by arch. at some point this should be cleaned
up, but I'm not sure what the right way would be.
21 files changed:
arch/mips/ksigaction.h
arch/mips64/ksigaction.h
arch/mipsn32/ksigaction.h
arch/sh/ksigaction.h
arch/x32/ksigaction.h
arch/x86_64/ksigaction.h
src/internal/ksigaction.h
src/signal/aarch64/restore.s
src/signal/arm/restore.s
src/signal/i386/restore.s
src/signal/microblaze/restore.s
src/signal/mips/restore.s
src/signal/mips64/restore.s
src/signal/mipsn32/restore.s
src/signal/powerpc/restore.s
src/signal/powerpc64/restore.s
src/signal/restore.c
src/signal/s390x/restore.s
src/signal/sh/restore.s
src/signal/x32/restore.s
src/signal/x86_64/restore.s