aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/include/fcntl.h
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2020-03-11 13:28:27 +0100
committerCorinna Vinschen <corinna@vinschen.de>2020-03-11 13:45:58 +0100
commit3bb346d5937079c3dcbc75d113f81d1f80ee28ef (patch)
tree0ad4616c15086180632d816edd463ceb2fc47b6c /winsup/cygwin/include/fcntl.h
parentd2ef2331f9ec4cc6510cab5cd540bb3c3c863ca8 (diff)
downloadnewlib-3bb346d5937079c3dcbc75d113f81d1f80ee28ef.zip
newlib-3bb346d5937079c3dcbc75d113f81d1f80ee28ef.tar.gz
newlib-3bb346d5937079c3dcbc75d113f81d1f80ee28ef.tar.bz2
Cygwin: fix formatting: collapse whitespace-only lines
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin/include/fcntl.h')
-rw-r--r--winsup/cygwin/include/fcntl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/include/fcntl.h b/winsup/cygwin/include/fcntl.h
index 22adaca..ed396ea 100644
--- a/winsup/cygwin/include/fcntl.h
+++ b/winsup/cygwin/include/fcntl.h
@@ -19,7 +19,7 @@ details. */
processes interact. If you have the requirement to interact with native
Windows applications which use Windows mandatory file locking, your have
to use mandatory locking as well. The command
-
+
fcntl (fd, F_LCK_MANDATORY, 1)
switches subsequent F_GETLK, F_SETLK, F_SETLKW calls to mandatory locking