Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2013-06-07 12:43:01 +0400
committerCorinna Vinschen <corinna@vinschen.de>2013-06-07 12:43:01 +0400
commit6c860dfd253a928a90cab7707d3e32fc91fb5c5c (patch)
tree128f2997486896e7270b433971a2690618bb2fc2 /winsup
parent000e74dfd54881a6e5ba7faa4a6b86605c9aa6c9 (diff)
* posix.sgml (std-notes): Fix typo.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/posix.sgml2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 23bcb4462..95ae6367b 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,9 @@
2013-06-07 Corinna Vinschen <corinna@vinschen.de>
+ * posix.sgml (std-notes): Fix typo.
+
+2013-06-07 Corinna Vinschen <corinna@vinschen.de>
+
* fhandler_disk_file.cc (fhandler_disk_file::pread): Skip to non-atomic
code if mandatory locking is used on this descriptor. Explain why.
(fhandler_disk_file::pwrite): Ditto.
diff --git a/winsup/cygwin/posix.sgml b/winsup/cygwin/posix.sgml
index 463383e9f..b88ecb973 100644
--- a/winsup/cygwin/posix.sgml
+++ b/winsup/cygwin/posix.sgml
@@ -1491,7 +1491,7 @@ per-descriptor/per-process basis. For this purpose, use the call
After that, all file locks on this descriptor will follow Windows mandatory
record locking semantics: Locks are per-descriptor/per-process; locks are not
propagated to child processes, not even via <function>execve</function>;
-no atmoic replacement of read locks with write locks and vice versa on the
+no atomic replacement of read locks with write locks and vice versa on the
same descriptor; locks have to be unlocked exactly as they have been locked.
</para>