commit | 6a6bb1828bab8c0d3e67e619949846a3683fb43f | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Wed Nov 28 07:48:32 2001 +0000 |
committer | Fred Drake <fdrake@acm.org> | Wed Nov 28 07:48:32 2001 +0000 |
tree | 971c3005351e7fb8840fc4b4b761ea46df2f1198 | |
parent | 48704ee478fa8a5f7890dc15ac56297121f9eec1 [diff] |
Clarify that on some systems, lockf() using LOCK_EX requires that the file is opened for writing; this closes SF bug #485342. Added notes that file objects are also accepted in the place of file descriptors.