* posix.sgml (std-notes): Add flock restriction.

This commit is contained in:
Corinna Vinschen 2009-07-26 09:34:35 +00:00
parent e55705f6ba
commit 4d670aabf6
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2009-07-25 Corinna Vinschen <corinna@vinschen.de>
* posix.sgml (std-notes): Add flock restriction.
2009-07-25 Corinna Vinschen <corinna@vinschen.de>
* fhandler_console.cc (set_console_title): Set buffer size to

View File

@ -1369,6 +1369,11 @@ Windows however.</para>
and <function>clock_setres</function> only support CLOCK_REALTIME for
now.</para>
<para>BSD file locks created via <function>flock</function> are not
propagated to the parent process and sibling processes. The locks are
only valid in the creating process and subsequently started child processes
shaing the same file descriptor.</para>
<para><function>fpclassify</function>, <function>isfinite</function>,
<function>isgreater</function>, <function>isgreaterequal</function>,
<function>isinf</function>, <function>isless</function>,