diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-09-08 16:33:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-09-08 16:33:12 +0000 |
commit | 0cb71e0261a96ee93428aeb43478b493a9359e9d (patch) | |
tree | d4995a4c8c68ab1c81c38efea108c881d4fb0118 /manual | |
parent | 65b0b4192aa2fffa77c8ee8aeb3993eaf4b969ee (diff) | |
download | glibc-0cb71e0261a96ee93428aeb43478b493a9359e9d.tar.gz |
Update.
2003-09-08 Wolfram Gloger <wg@malloc.de>
* malloc/malloc.c (sYSMALLOc): Move foreign sbrk accounting into
contiguous case. Bug report from Prem Gopalan
<prem@mazunetworks.com>.
(mALLOPt): Avoid requirement of C99.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/time.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/time.texi b/manual/time.texi index e76dfe74ae..7fc9448a32 100644 --- a/manual/time.texi +++ b/manual/time.texi @@ -504,7 +504,7 @@ Instead, use the facilities described in @ref{Time Zone Functions}. The @code{gettimeofday} function returns the current calendar time as the elapsed time since the epoch in the @code{struct timeval} structure indicated by @var{tp}. (@pxref{Elapsed Time} for a description of -@code{struct timespec}). Information about the time zone is returned in +@code{struct timeval}). Information about the time zone is returned in the structure pointed at @var{tzp}. If the @var{tzp} argument is a null pointer, time zone information is ignored. |