diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2011-04-18 12:00:13 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2011-04-18 12:00:13 +0000 |
commit | bd80ec4fc81c17cda9ea042ec587cfe3b007bc85 (patch) | |
tree | dc834e77cf651870d94161f0f6aaa467366d1966 | |
parent | 20a0b8c8e6bd0ac540e5545de1d8185de01fd8bb (diff) | |
download | newlib-bd80ec4fc81c17cda9ea042ec587cfe3b007bc85.zip newlib-bd80ec4fc81c17cda9ea042ec587cfe3b007bc85.tar.gz newlib-bd80ec4fc81c17cda9ea042ec587cfe3b007bc85.tar.bz2 |
* new-features.sgml (ov-new1.7.10): Document ppoll.
-rw-r--r-- | winsup/doc/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/doc/new-features.sgml | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 2ae65c4..7ea9dbf 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,7 @@ +2011-04-18 Corinna Vinschen <corinna@vinschen.de> + + * new-features.sgml (ov-new1.7.10): Document ppoll. + 2011-04-10 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> * new-features.sgml (ov-new1.7.10): Document /proc/swaps. diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml index 5f6773e..4147ef9 100644 --- a/winsup/doc/new-features.sgml +++ b/winsup/doc/new-features.sgml @@ -33,6 +33,10 @@ shared memory. as well as the version of GCC used when compiling. </para></listitem> +<listitem><para> +Other new API: ppoll. +</para></listitem> + </itemizedlist> </sect2> |