Mercurial > hg > octave-kai > gnulib-hg
view modules/utime @ 9552:6632990b0812
Override getpagesize on mingw.
author | Martin Lambers <marlam@marlam.de> |
---|---|
date | Wed, 26 Dec 2007 16:37:29 +0100 |
parents | 6a764f23e302 |
children | dde1ecc647d1 |
line wrap: on
line source
Description: utime() function: change access and/or modification times of a file. Files: lib/utime.c m4/utimbuf.m4 m4/utime.m4 m4/utimes.m4 m4/utimes-null.m4 Depends-on: safe-read full-write configure.ac: gl_FUNC_UTIME Makefile.am: Include: #if HAVE_UTIME_H # include <utime.h> #else # include <sys/utime.h> #endif License: GPL Maintainer: Jim Meyering