summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRĂ¼diger Sonderfeld <ruediger@c-plusplus.net>2015-02-12 14:51:31 -0500
committerCarlos O'Donell <carlos@systemhalted.org>2015-02-12 15:08:58 -0500
commit87a629c5d7aa559e5c144196bce123469b17af4c (patch)
tree51e1c6df9954c0c86ff6f625374fb10525a5d98a /ChangeLog
parent03d95bd48319256bd29cfaece45919fc58bf56cc (diff)
downloadglibc-87a629c5d7aa559e5c144196bce123469b17af4c.tar.gz
glibc-87a629c5d7aa559e5c144196bce123469b17af4c.tar.xz
glibc-87a629c5d7aa559e5c144196bce123469b17af4c.zip
Document tv_sec is of type time_t:
The tv_sec is of type time_t in both struct timeval and struct timespec.
This matches the implementation and also the relevant standard (checked
C11 for timespec and opengroup for timeval).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 54da8c5fac..986554fc18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-02-12  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.net>
+
+	[BZ #17965]
+	* manual/time.texi (Elapsed Time): tv_sec is of type time_t in
+	both struct timeval and struct timespec.
+
 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #16560]