From 7d634ed34c4a68ff077cbf248e76594ef1308cd4 Mon Sep 17 00:00:00 2001
From: Peter S. Mazinger <ps.m@gmx.net>
Date: Sun, 20 Mar 2011 00:19:42 +0100
Subject: [PATCH 132/396] signal.h: missed the sigblock prototype for internal use

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

diff --git a/include/signal.h b/include/signal.h
index 3ba5e0f..73904ce 100644
--- a/include/signal.h
+++ b/include/signal.h
@@ -218,6 +218,7 @@ extern int sigpause (int __mask) __THROW __attribute_deprecated__;
 /* Block signals in MASK, returning the old mask.  */
 # ifdef _LIBC
 /* collides with libc_hidden_proto: __attribute_deprecated__; */
+extern int sigblock (int __mask) __THROW;
 libc_hidden_proto(sigblock)
 # else
 extern int sigblock (int __mask) __THROW __attribute_deprecated__;
-- 
1.7.0.4

