diff options
author | Christopher Faylor <me@cgf.cx> | 2011-06-06 05:02:13 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2011-06-06 05:02:13 +0000 |
commit | b86f999af19e2ef688661a66c07420089425646a (patch) | |
tree | b4d01ee69bf9c61cd94bc98520820608595a3a53 /winsup/cygwin/fhandler_tape.cc | |
parent | daf7238603ffb7ed994ee492ed63620f6f919835 (diff) | |
download | newlib-b86f999af19e2ef688661a66c07420089425646a.zip newlib-b86f999af19e2ef688661a66c07420089425646a.tar.gz newlib-b86f999af19e2ef688661a66c07420089425646a.tar.bz2 |
whitespace elimination
Diffstat (limited to 'winsup/cygwin/fhandler_tape.cc')
-rw-r--r-- | winsup/cygwin/fhandler_tape.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_tape.cc b/winsup/cygwin/fhandler_tape.cc index 91e773e..3f35ade 100644 --- a/winsup/cygwin/fhandler_tape.cc +++ b/winsup/cygwin/fhandler_tape.cc @@ -1449,7 +1449,7 @@ fhandler_dev_tape::dup (fhandler_base *child) lock (-1); fhandler_dev_tape *fh = (fhandler_dev_tape *) child; if (!DuplicateHandle (GetCurrentProcess (), mt_mtx, - GetCurrentProcess (), &fh->mt_mtx, + GetCurrentProcess (), &fh->mt_mtx, 0, TRUE, DUPLICATE_SAME_ACCESS)) { debug_printf ("dup(%s) failed, mutex handle %x, %E", |