* posix.sgml (std-notes): Add flock restriction.
This commit is contained in:
@@ -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>
|
2009-07-25 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* fhandler_console.cc (set_console_title): Set buffer size to
|
* fhandler_console.cc (set_console_title): Set buffer size to
|
||||||
|
@@ -1369,6 +1369,11 @@ Windows however.</para>
|
|||||||
and <function>clock_setres</function> only support CLOCK_REALTIME for
|
and <function>clock_setres</function> only support CLOCK_REALTIME for
|
||||||
now.</para>
|
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>,
|
<para><function>fpclassify</function>, <function>isfinite</function>,
|
||||||
<function>isgreater</function>, <function>isgreaterequal</function>,
|
<function>isgreater</function>, <function>isgreaterequal</function>,
|
||||||
<function>isinf</function>, <function>isless</function>,
|
<function>isinf</function>, <function>isless</function>,
|
||||||
|
Reference in New Issue
Block a user