mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-20 16:01:10 +08:00
* posix.sgml (std-notes): Add flock restriction.
This commit is contained in:
parent
e55705f6ba
commit
4d670aabf6
@ -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
|
||||
|
@ -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>,
|
||||
|
Loading…
x
Reference in New Issue
Block a user