summaryrefslogtreecommitdiffstats
path: root/include/time.h
Commit message (Collapse)AuthorAgeFilesLines
* Import strptime(3) into libc. We've got permission by Kevin Ruddy tojoerg1997-08-091-0/+1
| | | | | | | | modify the original `no modifications' copyright message, and i've included his mail into the source file. The common localization functions between strptime(3) and strftime(3) have been broken out into timelocal.[ch].
* struct timespec needs to be useable with just <time.h>, but needs to notpeter1997-05-131-7/+27
| | | | | | 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).
* Add clockid_t definition like in sys/types.h to allow time.hache1997-05-131-0/+5
| | | | to be included without sys/types.h, it fixes broken groff compilation
* Oops, move clock_*() and nanosleep() to time.hpeter1997-05-121-0/+4
| | | | Submitted by: Peter Dufault <dufault@hda.com>
* Change prototypes for gmtime_r() and localtime_r() in accordance withhsu1996-11-111-3/+3
| | | | IEEE pthreads specification.
* Reviewed by: julian and (hsu?)julian1996-01-221-0/+7
| | | | | | Submitted by: John Birrel(L?) changes for threadsafe operations
* Define CLK_TCK right.bde1995-02-081-1/+1
|
* Define CLOCKS_PER_SEC.bde1995-02-031-2/+11
| | | | | | | | Define CLK_TCK only if _ANSI_SOURCE is not defined. Don't include <machine/limits.h> to get the definition of CLK_TCK. CLK_TCK should never have been defined there, and the inclusion polluted the namespace.
* Declare useful functions (timelocal() and timegm())ache1994-12-261-0/+2
|
* BSD 4.4 Lite Include Sourcesrgrimes1994-05-241-0/+104
OpenPOWER on IntegriCloud