bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

timespec.h


From: Bruno Haible
Subject: timespec.h
Date: Tue, 2 Jan 2007 22:01:19 +0100
User-agent: KMail/1.9.1

The settime and nanosleep functions are declared in timespec.h; therefore
I think the module descriptions of the corresponding modules should reflect
this. How about this patch, Paul?


2007-01-01  Bruno Haible  <address@hidden>

        * modules/settime (Include): Require timespec.h.
        * modules/nanosleep (Include): Likewise.

*** modules/settime.bak 2006-10-13 01:31:47.000000000 +0200
--- modules/settime     2007-01-01 16:25:50.000000000 +0100
***************
*** 16,21 ****
--- 16,22 ----
  Makefile.am:
  
  Include:
+ #include "timespec.h"
  
  License:
  GPL
*** modules/nanosleep.bak       2006-10-13 01:29:34.000000000 +0200
--- modules/nanosleep   2007-01-01 16:29:34.000000000 +0100
***************
*** 17,23 ****
  Makefile.am:
  
  Include:
! <time.h>
  
  License:
  GPL
--- 17,23 ----
  Makefile.am:
  
  Include:
! "timespec.h"
  
  License:
  GPL




reply via email to

[Prev in Thread] Current Thread [Next in Thread]