diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-09-10 08:30:04 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-09-10 08:30:04 +0200 |
commit | 75de900398172062f40f43a6ac72434f5685a0e4 (patch) | |
tree | 18a7958c96dd77ada3b36276811e31b2dc2fa47e /maint.mk | |
parent | 2f7caa7fd9a7830294d20145a8a75c9308be9dd0 (diff) | |
download | gnutls-75de900398172062f40f43a6ac72434f5685a0e4.tar.gz |
Update gnulib files.
Diffstat (limited to 'maint.mk')
-rw-r--r-- | maint.mk | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |