Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 May 1997 03:58:14 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.ORG>
To:        CVS-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit:  src/sys/sys time.h
Message-ID:  <199705131058.DAA17641@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       97/05/13 03:58:14

  Modified:    sys/sys   time.h
  Log:
  struct timespec needs to be useable with just <time.h>, but needs to not
  conflict with the kernel visible one.  Make the new stuff not visible if
  _ANSI_SOURCE or _POSIX_SOURCE is defined (!) because the new things are
  not part of the base 1003.1-1990 standard or ansi (says Bruce).
  
  Reviewed by: bde
  
  Revision  Changes    Path
  1.14      +4 -4      src/sys/sys/time.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705131058.DAA17641>