summaryrefslogtreecommitdiff
path: root/maint.mk
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-11-06 08:44:20 +0100
committerSimon Josefsson <simon@josefsson.org>2009-11-06 08:44:20 +0100
commitc7856b3ddac48deb34c55ae50ab0ff0ffa5922d3 (patch)
tree63df62f04cbc3a1dfdd8f24c0ad2ee0ddac561c4 /maint.mk
parent31183cf97cc8693f0d7064074061512ddbb97d86 (diff)
downloadgnutls-c7856b3ddac48deb34c55ae50ab0ff0ffa5922d3.tar.gz
Update gnulib files.
Diffstat (limited to 'maint.mk')
-rw-r--r--maint.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/maint.mk b/maint.mk
index 996344a93d..73ea8eaec1 100644
--- a/maint.mk
+++ b/maint.mk
@@ -257,6 +257,10 @@ endef
sc_prohibit_assert_without_use:
@h='<assert.h>' re='\<assert *\(' $(_header_without_use)
+# Prohibit the inclusion of close-stream.h without an actual use.
+sc_prohibit_close_stream_without_use:
+ @h='"close-stream.h"' re='\<close_stream *\(' $(_header_without_use)
+
# Prohibit the inclusion of getopt.h without an actual use.
sc_prohibit_getopt_without_use:
@h='<getopt.h>' re='\<getopt(_long)? *\(' $(_header_without_use)