* lib/fcntl.in.h: Define AT_NO_AUTOMOUNT to 0 where not defined.
This is available on Linux since 2.6.38.
+2022-03-07 Pádraig Brady <P@draigBrady.com>
+
+ fcntl-h: add AT_NO_AUTOMOUNT
+ * lib/fcntl.in.h: Define AT_NO_AUTOMOUNT to 0 where not defined.
+ This is available on Linux since 2.6.38.
+
2022-03-01 Paul Eggert <eggert@cs.ucla.edu>
Create lib/Makefile.am after gnulib-comp.m4
# define AT_EACCESS 4
#endif
+/* Ignore this flag if not supported. */
+#ifndef AT_NO_AUTOMOUNT
+# define AT_NO_AUTOMOUNT 0
+#endif
#endif /* _@GUARD_PREFIX@_FCNTL_H */
#endif /* _@GUARD_PREFIX@_FCNTL_H */