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:
Diffstat (limited to 'winsup/cygwin/fhandler_termios.cc')
-rw-r--r--winsup/cygwin/fhandler_termios.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/winsup/cygwin/fhandler_termios.cc b/winsup/cygwin/fhandler_termios.cc
index 7a64c64ce..2f2aa260d 100644
--- a/winsup/cygwin/fhandler_termios.cc
+++ b/winsup/cygwin/fhandler_termios.cc
@@ -100,7 +100,7 @@ tty_min::kill_pgrp (int sig)
if (killself)
sig_send (myself, sig);
}
-
+
void
tty_min::set_ctty (int ttynum, int flags)
{
@@ -346,8 +346,8 @@ fhandler_termios::fixup_after_fork (HANDLE parent)
}
__off64_t
-fhandler_termios::lseek (__off64_t, int)
+fhandler_termios::lseek (__off64_t, int)
{
set_errno (ESPIPE);
- return -1;
+ return -1;
}