+2020-02-24 Bruno Haible <bruno@clisp.org>
+
+ fcntl: Add witness of gnulib override.
+ Reported by Jens Rehsack <sno@netbsd.org> in
+ <https://lists.gnu.org/archive/html/bug-gnulib/2020-02/msg00137.html>.
+ * lib/fcntl.in.h (GNULIB_defined_rpl_fcntl, GNULIB_defined_fcntl): New
+ macros.
+
2020-02-23 Assaf Gordon <assafgordon@gmail.com>
Update users.txt.
# endif
_GL_FUNCDECL_RPL (fcntl, int, (int fd, int action, ...));
_GL_CXXALIAS_RPL (fcntl, int, (int fd, int action, ...));
+# if !GNULIB_defined_rpl_fcntl
+# define GNULIB_defined_rpl_fcntl 1
+# endif
# else
# if !@HAVE_FCNTL@
_GL_FUNCDECL_SYS (fcntl, int, (int fd, int action, ...));
+# if !GNULIB_defined_fcntl
+# define GNULIB_defined_fcntl 1
+# endif
# endif
_GL_CXXALIAS_SYS (fcntl, int, (int fd, int action, ...));
# endif