Mercurial > hg > octave-shane > gnulib-hg
view modules/fdutimensat @ 12841:6ff1b1c23f57
Perform the same test for many <math.h> functions.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 31 Jan 2010 19:40:17 +0100 |
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