* flock.cc: Fix typo in comment.
This commit is contained in:
parent
a998dd7055
commit
7f25a29df4
|
@ -1,3 +1,7 @@
|
||||||
|
2008-03-24 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* flock.cc: Fix typo in comment.
|
||||||
|
|
||||||
2008-03-24 Corinna Vinschen <corinna@vinschen.de>
|
2008-03-24 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* fhandler.cc (fhandler_base::dup): Drop setting flags in the parent.
|
* fhandler.cc (fhandler_base::dup): Drop setting flags in the parent.
|
||||||
|
|
|
@ -138,7 +138,7 @@
|
||||||
descriptors, or when all such descriptors have been closed.
|
descriptors, or when all such descriptors have been closed.
|
||||||
|
|
||||||
If a process uses open(2) (or similar) to obtain more than one
|
If a process uses open(2) (or similar) to obtain more than one
|
||||||
descrip- tor for the same file, these descriptors are treated
|
descriptor for the same file, these descriptors are treated
|
||||||
independently by flock(). An attempt to lock the file using
|
independently by flock(). An attempt to lock the file using
|
||||||
one of these file descriptors may be denied by a lock that the
|
one of these file descriptors may be denied by a lock that the
|
||||||
calling process has already placed via another descriptor. */
|
calling process has already placed via another descriptor. */
|
||||||
|
|
Loading…
Reference in New Issue