diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2011-04-20 06:52:57 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2011-04-20 06:52:57 +0000 |
commit | f59c2998a13ab002d959ce7f27d44516fc8cbdd8 (patch) | |
tree | 6bf324cdbbb9b25f6e3baa6e82e02489f4cca822 | |
parent | 693581e4a48b3f18c4cf648b809d4e21a0ae1b84 (diff) | |
download | cygnal-f59c2998a13ab002d959ce7f27d44516fc8cbdd8.tar.gz cygnal-f59c2998a13ab002d959ce7f27d44516fc8cbdd8.tar.bz2 cygnal-f59c2998a13ab002d959ce7f27d44516fc8cbdd8.zip |
Fix spaces
-rw-r--r-- | winsup/cygwin/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index b2a088cac..d7748490b 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -6,9 +6,9 @@ 2011-04-02 Jon TURNEY <jon.turney@dronecode.org.uk> - * thread.cc (semaphore::init): We cannot reliably infer anything from - the existing contents of sem, so merely warn rather than return EBUSY - if it looks like we are reinitialising a semaphore. + * thread.cc (semaphore::init): We cannot reliably infer anything from + the existing contents of sem, so merely warn rather than return EBUSY + if it looks like we are reinitialising a semaphore. 2011-04-19 Corinna Vinschen <corinna@vinschen.de> |