X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffdutimensat.c;h=fafa0a4d4e297e5e5e7091657b6b125ff2d018d1;hb=cd56634a4a8179fd5a4419fbb3e27211b042ab1c;hp=0219a783266477deae65ab25595546f5f42d741e;hpb=18aae5b74420237d8c827e7c68312c5b71d659dc;p=gnulib.git diff --git a/lib/fdutimensat.c b/lib/fdutimensat.c index 0219a7832..fafa0a4d4 100644 --- a/lib/fdutimensat.c +++ b/lib/fdutimensat.c @@ -1,6 +1,6 @@ /* Set file access and modification times. - Copyright (C) 2009-2010 Free Software Foundation, Inc. + Copyright (C) 2009-2014 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the @@ -40,7 +40,7 @@ Return 0 on success, -1 (setting errno) on failure. */ int -fdutimensat (int dir, char const *file, int fd, struct timespec const ts[2], +fdutimensat (int fd, int dir, char const *file, struct timespec const ts[2], int atflag) { int result = 1;