X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=modules%2Futimens;h=9917cfc7ef650fc9275a68a0ff012376605b8287;hb=080cbfcab5a4ddf2405c018aa7c7f95ac336a465;hp=689b7184fc878756371045580203c76ecb75687a;hpb=32865888475678304ea91322b587eee043bb06ad;p=pspp diff --git a/modules/utimens b/modules/utimens index 689b7184fc..9917cfc7ef 100644 --- a/modules/utimens +++ b/modules/utimens @@ -2,13 +2,22 @@ Description: Set file access and modification times. Files: -lib/utimens.h lib/utimens.c +lib/utimens.h +m4/utimbuf.m4 m4/utimens.m4 m4/utimes.m4 Depends-on: -timespec +dup2 +errno +lstat +gettime +stat-time +stdbool +sys_stat +sys_time +time configure.ac: gl_UTIMENS @@ -18,8 +27,11 @@ Makefile.am: Include: "utimens.h" +Link: +$(LIB_CLOCK_GETTIME) + License: GPL Maintainer: -Paul Eggert, Jim Meyering +Paul Eggert, Jim Meyering, Eric Blake