From 2f205af9bbc51605de8aa54edaa01387a55d187b Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 16 Mar 2011 22:29:59 +0100 Subject: signal.h: disable sigreturn prototype sigreturn is an internal linux specific function and is not exported Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- include/signal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/signal.h') diff --git a/include/signal.h b/include/signal.h index 5f566120f..f775a5755 100644 --- a/include/signal.h +++ b/include/signal.h @@ -397,8 +397,10 @@ extern int sigvec (int __sig, __const struct sigvec *__vec, /* Get machine-dependent `struct sigcontext' and signal subcodes. */ # include +#if 0 /* Restore the state saved in SCP. */ extern int sigreturn (struct sigcontext *__scp) __THROW; +#endif #endif /* use BSD. */ -- cgit v1.2.3