Reported by Richard W.M. Jones <rjones@redhat.com> in
https://lists.gnu.org/archive/html/bug-gnulib/2019-08/msg00029.html
* lib/accept4.c (accept4): Match witness symbol to m4 file update.
+2019-08-20 Eric Blake <eblake@redhat.com>
+
+ accept4: Fix compilation when native accept4() exists.
+ Reported by Richard W.M. Jones <rjones@redhat.com> in
+ https://lists.gnu.org/archive/html/bug-gnulib/2019-08/msg00029.html
+ * lib/accept4.c (accept4): Match witness symbol to m4 file update.
+
2019-08-18 Bruno Haible <bruno@clisp.org>
Defeat -flto GCC optimization in math autoconf tests.
{
int fd;
-#if HAVE_ACCEPT4
+#if HAVE_DECL_ACCEPT4
# undef accept4
/* Try the system call first, if it exists. (We may be running with a glibc
that has the function but with an older kernel that lacks it.) */