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
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2013-10-28 14:57:33 +0400
committerCorinna Vinschen <corinna@vinschen.de>2013-10-28 14:57:33 +0400
commit352d0b831e77f2bed0f7878a1f097a14abf19265 (patch)
tree0b5c494c8550d8ddd0f3c209eb03557e57ac4d13
parent14be153e9ba453a7da0b987be10f9d85feb2f302 (diff)
*** empty log message ***
-rw-r--r--winsup/cygwin/release/1.7.267
1 files changed, 4 insertions, 3 deletions
diff --git a/winsup/cygwin/release/1.7.26 b/winsup/cygwin/release/1.7.26
index e4aeecd89..6b4f14466 100644
--- a/winsup/cygwin/release/1.7.26
+++ b/winsup/cygwin/release/1.7.26
@@ -7,9 +7,10 @@ What changed:
- Slightly improve randomness of /dev/random emulation.
-- Allow to use advisory locking on any device which is backed by an OS handle.
- Right now this excludes console windows on pre Windows 8, as well as almost
- all virtual files under /proc.
+- Allow to use advisory locking on any device. POSIX fcntl and lockf locking
+ works with any device, BSD flock locking only with devices backed by an OS
+ handle. Right now this excludes console windows on pre Windows 8, as well as
+ almost all virtual files under /proc from BSD flock locking.
- The header /usr/include/exceptions.h, containing implementation details for
32 bit Windows' exception handling only, has been removed.