From 7b44665a7bb37b22de9b1ffccb49875e85f2fafc Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 7 Jul 2007 16:43:03 +0000 Subject: * fork.cc: White space. * net.cc: Ditto. * posix_ipc.cc: Ditto. --- winsup/cygwin/fork.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'winsup/cygwin/fork.cc') 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. -- cgit v1.2.3