diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2011-10-28 09:27:18 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2011-10-28 09:27:18 +0000 |
commit | 8b5e267bb86f6642fc9de366307cf3ace7899930 (patch) | |
tree | e861daa2566db7d7684d64439af800d3d72ee9b2 | |
parent | 0c1d8aaaf1cfe49fdb18edba36c679b601c2c0e9 (diff) | |
download | cygnal-8b5e267bb86f6642fc9de366307cf3ace7899930.tar.gz cygnal-8b5e267bb86f6642fc9de366307cf3ace7899930.tar.bz2 cygnal-8b5e267bb86f6642fc9de366307cf3ace7899930.zip |
* new-features.sgml (ov-new1.7.10): Document getgrouplist.
-rw-r--r-- | winsup/doc/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/doc/new-features.sgml | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 5707cad4f..81b1fa6c6 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,7 @@ +2011-10-28 Corinna Vinschen <corinna@vinschen.de> + + * new-features.sgml (ov-new1.7.10): Document getgrouplist. + 2011-10-10 Corinna Vinschen <corinna@vinschen.de> * cygserver.sgml: Change -v to -V, same as in sources. diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml index 998d9ba94..d1cd611a3 100644 --- a/winsup/doc/new-features.sgml +++ b/winsup/doc/new-features.sgml @@ -101,8 +101,8 @@ 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. +Other new API: clock_settime, __fpurge, getgrouplist, ppoll, psiginfo, +psignal, sys_siglist, pthread_setschedprio, sysinfo. </para></listitem> </itemizedlist> |