* posix.xml (std-gnu): Add ffsl, ffsll, quotactl.

(std-notes): Add restrictions of quotactl.
This commit is contained in:
Corinna Vinschen 2014-10-22 19:29:33 +00:00
parent 8a091aad42
commit 419092e490
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2014-10-22 Corinna Vinschen <corinna@vinschen.de>
* posix.xml (std-gnu): Add ffsl, ffsll, quotactl.
(std-notes): Add restrictions of quotactl.
2014-10-22 Yaakov Selkowitz <yselkowi@redhat.com> 2014-10-22 Yaakov Selkowitz <yselkowi@redhat.com>
* new-features.xml (ov-new1.7.33): Document stime. * new-features.xml (ov-new1.7.33): Document stime.

View File

@ -1141,6 +1141,8 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
feenableexcept feenableexcept
fedisableexcept fedisableexcept
fegetexcept fegetexcept
ffsl
ffsll
fgetxattr fgetxattr
flistxattr flistxattr
fopencookie fopencookie
@ -1173,6 +1175,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
pthread_getattr_np pthread_getattr_np
pthread_sigqueue pthread_sigqueue
ptsname_r ptsname_r
quotactl
rawmemchr rawmemchr
removexattr removexattr
scandirat scandirat
@ -1561,6 +1564,10 @@ return -1 and set errno to ENOSYS. <function>grantpt</function> and
<function>msgrcv</function> and <function>msgsnd</function> are only <function>msgrcv</function> and <function>msgsnd</function> are only
available when cygserver is running.</para> available when cygserver is running.</para>
<para>The Linux-specific function <function>quotactl</function> only implements
what works on Windows: Windows only supports user block quotas on NTFS, no
group quotas, no inode quotas, no time constraints.</para>
</sect1> </sect1>
</chapter> </chapter>