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 + + * new-features.sgml (ov-new1.7.6): Document POSIX monotonic clock. + 2010-08-09 Corinna Vinschen * 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. + +clock_gettime(3) and clock_getres(3) accept CLOCK_MONOTONIC. + +