aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2011-08-03 19:18:07 +0000
committerYaakov Selkowitz <yselkowi@redhat.com>2011-08-03 19:18:07 +0000
commit2a5e0b2dee63237502e79ab5790306293219ece9 (patch)
tree827895ea02662caaff20ea6ad415748c0c9e6d45
parentbfc071dbce317bf01107bfec1c1e823d7d96dc31 (diff)
downloadnewlib-2a5e0b2dee63237502e79ab5790306293219ece9.zip
newlib-2a5e0b2dee63237502e79ab5790306293219ece9.tar.gz
newlib-2a5e0b2dee63237502e79ab5790306293219ece9.tar.bz2
* new-features.sgml (ov-new1.7.10): Document new POSIX Clock Selection
option APIs.
-rw-r--r--winsup/doc/ChangeLog5
-rw-r--r--winsup/doc/new-features.sgml5
2 files changed, 10 insertions, 0 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index 3c2afe3..00d570c 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,8 @@
+2011-08-03 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
+
+ * new-features.sgml (ov-new1.7.10): Document new POSIX Clock Selection
+ option APIs.
+
2011-07-20 Andy Koppe <andy.koppe@gmail.com>
* setup-net.sgml (setup-packages): Reflect removal of Prev button.
diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml
index 7ec9645..aff63d9 100644
--- a/winsup/doc/new-features.sgml
+++ b/winsup/doc/new-features.sgml
@@ -41,6 +41,11 @@ pthread_attr_setstackaddr, pthread_attr_setguardsize, pthread_getattr_np.
</para></listitem>
<listitem><para>
+POSIX Clock Selection option. New APIs: clock_nanosleep,
+pthread_condattr_getclock, pthread_condattr_setclock.
+</para></listitem>
+
+<listitem><para>
clock_gettime(3) and clock_getres(3) accept per-process and per-thread CPU-time
clocks, including CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID.
New APIs: clock_getcpuclockid, pthread_getcpuclockid.