diff options
Diffstat (limited to 'winsup/cygwin/fhandler_termios.cc')
-rw-r--r-- | winsup/cygwin/fhandler_termios.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/fhandler_termios.cc b/winsup/cygwin/fhandler_termios.cc index 411646415..f28481185 100644 --- a/winsup/cygwin/fhandler_termios.cc +++ b/winsup/cygwin/fhandler_termios.cc @@ -356,8 +356,8 @@ fhandler_termios::fixup_after_fork (HANDLE parent) fork_fixup (parent, get_output_handle (), "output_handle"); } -__off64_t -fhandler_termios::lseek (__off64_t, int) +_off64_t +fhandler_termios::lseek (_off64_t, int) { set_errno (ESPIPE); return -1; |