hubertf
770f687519
Fix typo in comment: CUT -> UTC
2000-07-06 12:46:48 +00:00
kleink
1bba558e50
Move <null.h> to <sys/null.h> for the purpose of avoiding conflicts due to
...
std C headers including it, and a kernel module written in C++ would benfit
as well.
2000-01-10 16:58:38 +00:00
kleink
c07f17e8d9
For the benefit of G++'s null pointer constant implementation, #define NULL
...
as __null with egcs 1.0 (GCC 2.90) and above. As several headers are affected
by this change, move the definition into a new header file, <null.h>, to ease
maintenance.
1999-12-22 21:26:15 +00:00
kleink
866c9e7b5d
Remove the public declaration of gtime(), which is shipped with tzcode but is
...
not compiled into our libc since it is intended for use with Mach only.
1998-09-15 12:24:28 +00:00
kleink
9db5e6b9bf
Declare asctime_r(), ctime_r(), gmtime_r() and localtime_r(), and rearrange
...
name space protection a bit.
1998-09-10 18:37:28 +00:00
mycroft
29916a94a6
Slight rearrangement.
1998-07-27 11:09:19 +00:00
mycroft
b8f6f58d3b
Need cdefs.h.
1998-07-27 11:08:38 +00:00
mycroft
633b8f45a9
Make many of the new consts dependent on a new `__AUDIT__' flag, to avoid
...
breaking third party software. *sigh*
1998-07-27 09:09:03 +00:00
mycroft
bb96d7f5ba
const poisoning.
1998-07-26 12:58:15 +00:00
mycroft
79788fe0d2
const poisoning.
1998-07-26 12:47:38 +00:00
perry
b7b7322c68
merge lite-2
1998-02-02 21:07:13 +00:00
kleink
d7a71d0ef9
* Move prototypes of clock_getres(), clock_gettime() and clock_settime() from
...
<sys/time.h> to this file.
* Update range comment wrt. the tm_sec member of struct tm to [0-61] (double
leap seconds are supported).
1997-11-02 18:31:38 +00:00
kleink
7ebb8314c4
Per 1003.1b-93, move nanosleep() prototype from <sys/time.h> to <time.h>
...
and add appropriate namespace protection. Also protect timer_*() prototypes.
1997-10-04 15:00:42 +00:00
christos
8115e016aa
Add typedefs for clockid_t and timer_t
1997-07-13 18:32:18 +00:00
christos
34eb75ff52
- Added prototypes for non POSIX that are marked STD inspired:
...
offtime, timelocal, timegm, timeoff, gtime, time2posix, posix2time.
- Added prototypes for the currently stubbed out timer functions:
timer_{create,delete,getoverrun,gettime,settime}
1997-07-13 18:09:51 +00:00
kleink
936cbaf003
Add strptime(3) prototype.
1997-05-26 16:03:58 +00:00
cgd
4d2cbfce0a
new RCS ID format.
1994-10-26 00:55:40 +00:00
cgd
2922de7461
add _BSD's to ansi types
1994-05-21 09:41:59 +00:00
cgd
e6b5ddd91e
update all but ctype.h, dumprestore.h, time.h to 4.4-Lite versions.
...
USL copyright additions on those. Kill varargs.h, because it can simply
be a link to the machine-dependent version.
1994-05-16 10:58:53 +00:00
jtc
d5956614c6
Declare tzname[] extern, so compiler won't include it in object files.
1994-01-20 02:54:36 +00:00
jtc
7050b3fd65
declare char *tzname[2];
1993-10-11 18:45:05 +00:00
jtc
ed37f93ef0
As per Chris Torek's suggestion, define CLOCKS_PER_SEC and CLK_TCK to 100.
...
When we get sysconf, we can define them in terms of the kernel's notion of
interrupts per second if we so choose. Until then, the constant value
seems to satisfy the requirements presented by ISO C and POSIX, even if it
may lie about the true number of clocks per second.
1993-08-18 01:02:58 +00:00
jtc
d4cfab9dd1
Define CLOCKS_PER_SEC.
1993-08-17 20:33:56 +00:00
mycroft
e9d867ef50
Add RCS identifiers.
1993-08-01 17:54:45 +00:00
cgd
61f282557f
initial import of 386bsd-0.1 sources
1993-03-21 09:45:37 +00:00