Mercurial > hg > octave-kai > gnulib-hg
view modules/utime @ 11555:7612308943f7
sys_socket: Define sockaddr_storage.
author | Simon Josefsson <simon@josefsson.org> |
---|---|
date | Fri, 08 May 2009 16:21:34 +0200 |
parents | f459c36fc548 |
children |
line wrap: on
line source
Description: utime() function: change access and/or modification times of a file. Status: obsolete Notice: This module is obsolete. It can be removed on 2010-01-01. Files: lib/utime.c m4/utimbuf.m4 m4/utime.m4 m4/utimes.m4 m4/utimes-null.m4 Depends-on: open full-write safe-read 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