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:
authorChristopher Faylor <me@cgf.cx>2007-07-07 20:43:03 +0400
committerChristopher Faylor <me@cgf.cx>2007-07-07 20:43:03 +0400
commit7b44665a7bb37b22de9b1ffccb49875e85f2fafc (patch)
tree500439e0a2e839e4f8fc118f0e319b5394b1da95 /winsup/cygwin/fork.cc
parenta5a0080d9c1a0d2a964ed05a09685a14396acb66 (diff)
* fork.cc: White space.
* net.cc: Ditto. * posix_ipc.cc: Ditto.
Diffstat (limited to 'winsup/cygwin/fork.cc')
-rw-r--r--winsup/cygwin/fork.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/fork.cc b/winsup/cygwin/fork.cc
index e1b546d97..ca0bb35c8 100644
--- a/winsup/cygwin/fork.cc
+++ b/winsup/cygwin/fork.cc
@@ -98,10 +98,10 @@ public: /* DELETEME*/
bool& ischild;
/* Note the order of the locks below. It is important,
to avoid races, that the lock order be preserved.
-
+
pthread is first because it serves as a master lock
against other forks being attempted while this one is active.
-
+
signals is next to stop signal processing for the duration
of the fork.