Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2011-08-16 18:51:06 +0400
committerCorinna Vinschen <corinna@vinschen.de>2011-08-16 18:51:06 +0400
commit9d3b795b47430b4518e5fafb6fb29a96d4bb8f0c (patch)
tree6a4e974f54c3bfcc1ad7be60683771813423c0ca
parentc429beb296e4a1ca000ba22d7a211bd40d256861 (diff)
* new-features.sgml (ov-new1.7.10): Document new RTLD flags.
-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 643a26845..c3f19ca6c 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,7 @@
+2011-08-16 Corinna Vinschen <corinna@vinschen.de>
+
+ * new-features.sgml (ov-new1.7.10): Document new RTLD flags.
+
2011-08-12 Corinna Vinschen <corinna@vinschen.de>
* new-features.sgml (ov-new1.7.10): Document large address awareness
diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml
index f13bf71eb..adbb10a9f 100644
--- a/winsup/doc/new-features.sgml
+++ b/winsup/doc/new-features.sgml
@@ -92,6 +92,10 @@ as well as the version of GCC used when compiling.
</para></listitem>
<listitem><para>
+dlopen now supports the Glibc-specific RTLD_NODELETE and RTLD_NOOPEN flags.
+</para></listitem>
+
+<listitem><para>
Other new API: clock_settime, __fpurge, ppoll, psiginfo, psignal, sys_siglist,
pthread_setschedprio, sysinfo.
</para></listitem>