fdutimens, fdutimensat: update signature, again
[gnulib.git] / lib / futimens.c
index ff7c7b4..f5f4d74 100644 (file)
@@ -33,5 +33,5 @@ futimens (int fd, struct timespec const times[2])
   /* fdutimens also works around bugs in native futimens, when running
      with glibc compiled against newer headers but on a Linux kernel
      older than 2.6.32.  */
-  return fdutimens (NULL, fd, times);
+  return fdutimens (fd, NULL, times);
 }