diff options
Diffstat (limited to 'winsup/cygwin/fhandler_tape.cc')
-rw-r--r-- | winsup/cygwin/fhandler_tape.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/fhandler_tape.cc b/winsup/cygwin/fhandler_tape.cc index e63a1ba99..7d159dc66 100644 --- a/winsup/cygwin/fhandler_tape.cc +++ b/winsup/cygwin/fhandler_tape.cc @@ -90,6 +90,7 @@ fhandler_dev_tape::open (int flags, mode_t) * The call to tape_set_pos seems to reset some internal flags. */ if ((!ioctl (MTIOCPOS, &pos)) && (!pos.mt_blkno)) { + debug_printf ("rewinding"); op.mt_op = MTREW; ioctl (MTIOCTOP, &op); } |