view modules/fdutimensat @ 17100:1783fdc5730c

fdutimensat: omit unnecessary AC_C_INLINE * modules/fdutimensat (configure.ac): Remove AC_C_INLINE.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 29 Aug 2012 21:14:24 -0700
parents 1b9d71e4e297
children
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:
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