diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2011-05-19 07:24:23 +0000 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2011-05-19 07:24:23 +0000 |
commit | d39f0ba9811d78902e4e29368179785e052449eb (patch) | |
tree | 47c83e6cac0ff77e6cb328e42ac9e551dcb0963a | |
parent | ed516f97a68d57b6ba595087ed29677cb68e58c4 (diff) | |
download | newlib-d39f0ba9811d78902e4e29368179785e052449eb.zip newlib-d39f0ba9811d78902e4e29368179785e052449eb.tar.gz newlib-d39f0ba9811d78902e4e29368179785e052449eb.tar.bz2 |
* new-features.sgml (ov-new1.7.10): Document __fpurge.
-rw-r--r-- | winsup/doc/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/doc/new-features.sgml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index bc4d595..2bacaff 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,7 @@ +2011-05-19 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> + + * new-features.sgml (ov-new1.7.10): Document __fpurge. + 2011-05-17 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> * new-features.sgml (ov-new1.7.10): Document error.h functions. diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml index 4e9bd59..b0ed829 100644 --- a/winsup/doc/new-features.sgml +++ b/winsup/doc/new-features.sgml @@ -56,7 +56,7 @@ as well as the version of GCC used when compiling. </para></listitem> <listitem><para> -Other new API: clock_settime, ppoll, psiginfo, psignal, sys_siglist, +Other new API: clock_settime, __fpurge, ppoll, psiginfo, psignal, sys_siglist, pthread_setschedprio, sysinfo. </para></listitem> |