From 305c617c1f5b2d86420c66fda8b227d5cfc46626 Mon Sep 17 00:00:00 2001
From: Peter S. Mazinger <ps.m@gmx.net>
Date: Wed, 16 Mar 2011 22:29:59 +0100
Subject: [PATCH 081/396] signal.h: disable sigreturn prototype

sigreturn is an internal linux specific function and is not exported

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
---
 include/signal.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/signal.h b/include/signal.h
index 5f56612..f775a57 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 <bits/sigcontext.h>
 
+#if 0
 /* Restore the state saved in SCP.  */
 extern int sigreturn (struct sigcontext *__scp) __THROW;
+#endif
 
 #endif /*  use BSD.  */
 
-- 
1.7.0.4

