diff options
Diffstat (limited to 'winsup/cygwin/fhandler_tty.cc')
-rw-r--r-- | winsup/cygwin/fhandler_tty.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/winsup/cygwin/fhandler_tty.cc b/winsup/cygwin/fhandler_tty.cc index dcbe8097d..032231ade 100644 --- a/winsup/cygwin/fhandler_tty.cc +++ b/winsup/cygwin/fhandler_tty.cc @@ -1487,10 +1487,6 @@ fhandler_pty_slave::fixup_after_exec () fixup_after_fork (NULL); } -#ifndef __MINGW64_VERSION_MAJOR -extern "C" BOOL WINAPI GetNamedPipeClientProcessId (HANDLE, PULONG); -#endif - /* This thread function handles the master control pipe. It waits for a client to connect. Then it checks if the client process has permissions to access the tty handles. If so, it opens the client process and |