summaryrefslogtreecommitdiff
path: root/maint.mk
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-09-10 08:30:04 +0200
committerSimon Josefsson <simon@josefsson.org>2009-09-10 08:30:04 +0200
commit75de900398172062f40f43a6ac72434f5685a0e4 (patch)
tree18a7958c96dd77ada3b36276811e31b2dc2fa47e /maint.mk
parent2f7caa7fd9a7830294d20145a8a75c9308be9dd0 (diff)
downloadgnutls-75de900398172062f40f43a6ac72434f5685a0e4.tar.gz
Update gnulib files.
Diffstat (limited to 'maint.mk')
-rw-r--r--maint.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/maint.mk b/maint.mk
index 929d8c3bcd..c0c3f271fe 100644
--- a/maint.mk
+++ b/maint.mk
@@ -293,6 +293,11 @@ sc_prohibit_root_dev_ino_without_use:
re='(\<ROOT_DEV_INO_(CHECK|WARN)\>|\<get_root_dev_ino *\()' \
$(_header_without_use)
+sc_prohibit_openat_without_use:
+ @h='"openat.h"' \
+ re='\<(openat_(permissive|needs_fchdir|(save|restore)_fail)|l?(stat|ch(own|mod))at|(euid)?accessat)\>' \
+ $(_header_without_use)
+
# Prohibit the inclusion of c-ctype.h without an actual use.
ctype_re = isalnum|isalpha|isascii|isblank|iscntrl|isdigit|isgraph|islower\
|isprint|ispunct|isspace|isupper|isxdigit|tolower|toupper