* lib/fstatat.c (orig_fstatat) [!HAVE_WORKING_FSTATAT_ZERO_FLAG]:
Omit, as it’s unused in this case.
+2017-11-05 Paul Eggert <eggert@cs.ucla.edu>
+
+ fstatat: pacify GCC on unusual platform
+ * lib/fstatat.c (orig_fstatat) [!HAVE_WORKING_FSTATAT_ZERO_FLAG]:
+ Omit, as it’s unused in this case.
+
2017-10-29 Paul Eggert <eggert@cs.ucla.edu>
timespec: prefer ‘assume’ to ‘assure’
#include <sys/stat.h>
#undef __need_system_sys_stat_h
-#if HAVE_FSTATAT
+#if HAVE_FSTATAT && HAVE_WORKING_FSTATAT_ZERO_FLAG
static int
orig_fstatat (int fd, char const *filename, struct stat *buf, int flags)
{