Mercurial > hg > octave-jordi > gnulib-hg
view modules/fdutimensat @ 13442:2d4854871087
unitypes: Fix bug introduced on 2010-05-18.
author | Ian Beckwith <ianb@erislabs.net> |
---|---|
date | Tue, 29 Jun 2010 10:51:34 +0200 |
parents | 1b9d71e4e297 |
children | 1783fdc5730c |
line wrap: on
line source
Description: Set file access and modification times, relative to a directory. Files: lib/fdutimensat.c lib/utimens.h Depends-on: futimens utimensat configure.ac: AC_REQUIRE([AC_C_INLINE]) dnl because 'inline' is used in lib/utimens.h gl_MODULE_INDICATOR([fdutimensat]) Makefile.am: lib_SOURCES += fdutimensat.c Include: <fcntl.h> "utimens.h" Link: $(LIB_CLOCK_GETTIME) License: GPL Maintainer: Paul Eggert, Jim Meyering, Eric Blake