summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2010-08-09 16:49:28 +0000
committerYaakov Selkowitz <yselkowi@redhat.com>2010-08-09 16:49:28 +0000
commit6d27f8298558737d86fac8646d4ad37ee83a7347 (patch)
tree13d55ff34f3a30be492ab094f6d8f416deb6f4cd
parentb150f5236b5dd8318bb9fef8188517894e3f186c (diff)
downloadcygnal-6d27f8298558737d86fac8646d4ad37ee83a7347.tar.gz
cygnal-6d27f8298558737d86fac8646d4ad37ee83a7347.tar.bz2
cygnal-6d27f8298558737d86fac8646d4ad37ee83a7347.zip
* new-features.sgml (ov-new1.7.6): Document POSIX Monotonic Clock.
-rw-r--r--winsup/doc/ChangeLog4
-rw-r--r--winsup/doc/new-features.sgml4
2 files changed, 8 insertions, 0 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index 81f4190ed..4dcee95e9 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-09 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
+
+ * new-features.sgml (ov-new1.7.6): Document POSIX monotonic clock.
+
2010-08-09 Corinna Vinschen <corinna@vinschen.de>
* new-features.sgml (ov-new1.7.6): Document /proc/filesystems.
diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml
index 66b390c34..d35feaf51 100644
--- a/winsup/doc/new-features.sgml
+++ b/winsup/doc/new-features.sgml
@@ -38,6 +38,10 @@ New interfaces mkostemp(3) and mkostemps(3) are added.
New virtual file /proc/filesystems.
</para></listitem>
+<listitem><para>
+clock_gettime(3) and clock_getres(3) accept CLOCK_MONOTONIC.
+</para></listitem>
+
</itemizedlist>
</sect2>