Mercurial > hg > octave-kai > gnulib-hg
view modules/settime @ 6671:5a2089992925
* modules/gettime (Depends-on): Add extensions module.
* modules/nanosleep (Depends-on): Likewise.
* modules/settime (Depends-on): Likewise.
* m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
pedantically.
* m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
* m4/timespec.m4 (gl_TIMESPEC): Likewise.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Thu, 02 Mar 2006 07:36:41 +0000 |
parents | adf2be655aae |
children | 093909f43a08 |
line wrap: on
line source
Description: Set the current time, with nanosecond resolution. Files: lib/settime.c m4/clock_time.m4 m4/settime.m4 Depends-on: timespec extensions configure.ac: gl_SETTIME Makefile.am: Include: License: GPL Maintainer: Paul Eggert, Jim Meyering