view lib/utimens.h @ 9352:970d5cb5b003

Relax the license.
author Bruno Haible <bruno@clisp.org>
date Wed, 17 Oct 2007 02:11:05 +0200
parents 6d52d75c164e
children 899dd13e9f8b
line wrap: on
line source

#include <time.h>
int gl_futimens (int, char const *, struct timespec const [2]);
int utimens (char const *, struct timespec const [2]);