changeset 17595:51deec0e68f3

maint.mk: adapt openat.h-include-without-use test * top/maint.mk (sc_prohibit_openat_without_use): Also check for FCHMODAT_INLINE, FCHOWNAT_INLINE and STATAT_INLINE, to avoid failing on gnulib's own lib/{chmod,chown,stat}at.c files. With this change, running "make sc_maint" in gnulib's top-level directory now passes for me.
author Jim Meyering <meyering@fb.com>
date Fri, 03 Jan 2014 16:58:50 -0800
parents 23cb5b2fd95b
children aaacfc1ecb00
files ChangeLog
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Jan 09 22:31:42 2014 +0000
+++ b/ChangeLog	Fri Jan 03 16:58:50 2014 -0800
@@ -1,3 +1,12 @@
+2014-01-03  Jim Meyering  <meyering@fb.com>
+
+	maint.mk: adapt openat.h-include-without-use test
+	* top/maint.mk (sc_prohibit_openat_without_use): Also check for
+	FCHMODAT_INLINE, FCHOWNAT_INLINE and STATAT_INLINE, to avoid
+	failing on gnulib's own lib/{chmod,chown,stat}at.c files.
+	With this change, running "make sc_maint" in gnulib's top-level
+	directory now passes for me.
+
 2014-01-09  Reuben Thomas  <rrt@sc3d.org>
 
 	relocatable-perl: like relocatable-script, but for Perl scripts