From 18332a65af50c65d184127229901979dd2bd4e87 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 24 Feb 2009 21:43:26 +0100 Subject: [PATCH] maint: detect unnecessary inclusion of signal.h * maint.mk (sc_prohibit_signal_without_use): New rule. --- maint.mk | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/maint.mk b/maint.mk index f1c1e8a..63b4c88 100644 --- a/maint.mk +++ b/maint.mk @@ -289,6 +289,43 @@ ctype_re = isalnum|isalpha|isascii|isblank|iscntrl|isdigit|isgraph|islower\ sc_prohibit_c_ctype_without_use: @h='[<"]c-ctype.h[">]' re='\' \ msg='do not use HAVE''_FCNTL_H or O'_NDELAY \ -- 2.7.4